From 9f8004fff053c3a9c11125a6ae606453a5827158 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 13 Apr 2024 16:16:39 -0700 Subject: [PATCH] changed depreciated option names --- modules/neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {