changed depreciated option names

This commit is contained in:
Nickiel12 2024-04-13 16:16:39 -07:00
parent 0187dfebec
commit 9f8004fff0

View file

@ -23,7 +23,7 @@ in
templ = "templ"; templ = "templ";
}; };
options = { opts = {
autoindent = true; autoindent = true;
expandtab = true; expandtab = true;
foldlevel=20; foldlevel=20;
@ -193,7 +193,7 @@ in
}; };
nvim-autopairs = { nvim-autopairs = {
enable = true; enable = true;
checkTs = true; settings.check_ts = true;
}; };
treesitter = { treesitter = {