tests: fix occurences of deprecated "options" option

This commit is contained in:
Gaetan Lepage 2024-03-30 13:25:05 +01:00 committed by Gaétan Lepage
parent 0f6d44503b
commit c706207007
3 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
};
};
options = {
opts = {
# Indentation
autoindent = true;
tabstop = 4;
@ -69,7 +69,7 @@
};
};
options = {
opts = {
number = true;
shiftwidth = 2;
tabstop = 2;

View file

@ -1,6 +1,6 @@
{
example = {
options.termguicolors = true;
opts.termguicolors = true;
highlight = {
MacchiatoRed.fg = "#ed8796";

View file

@ -1,6 +1,6 @@
{
options = {
options = {
opts = {
updatetime = 100; # Faster completion
# Line numbers