diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index dac1e6a0..a04139ac 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -101,9 +101,9 @@ in { enable = true; installArtifacts = true; settings = { - autoStart = "shut-up"; - recommendedKeymaps = true; - alwaysComplete = false; + auto_start = "shut-up"; + keymap.recommended = true; + completion.always = false; }; }; chadtree = {