diff --git a/modules/home/neovim/options.nix b/modules/home/neovim/options.nix index 7672c33..f6fabee 100644 --- a/modules/home/neovim/options.nix +++ b/modules/home/neovim/options.nix @@ -7,6 +7,7 @@ expandtab = false; tabstop = 2; ignorecase = true; + list = false; mouse = ""; relativenumber = true; shiftwidth = 2;