mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
changed depreciated option names
This commit is contained in:
parent
0187dfebec
commit
9f8004fff0
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue