diff --git a/modules/neovim.nix b/modules/neovim.nix index b18591f..79849af 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -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 = {