diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 9c0aa620..0e94dc10 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -50,7 +50,7 @@ breakindent = true; colorcolumn = "100"; # This is the default value. `:help cot` to see the available options. - completeopt = "menu,preview"; + # completeopt = "menu,preview"; cursorline = true; }; plugins = {