From 2d0c24a5f16870538d03436b8101c2f1d9b5dff2 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 16 Mar 2024 15:54:26 +0100 Subject: [PATCH] nixvim try not to change settings for 5 minutes challenge --- modules/tui/neovim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {