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";
};
options = {
opts = {
autoindent = true;
expandtab = true;
foldlevel=20;
@ -193,7 +193,7 @@ in
};
nvim-autopairs = {
enable = true;
checkTs = true;
settings.check_ts = true;
};
treesitter = {