diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 180996c..326c24b 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -22,7 +22,15 @@ options = { tabstop = 2; shiftwidth = 2; + expandtab = true; + softtabstop = 2; updatetime = 50; + scrolloff = 5; + signcolumn = "no"; + ignorecase = true; + smartcase = true; + colorcolumn = "80"; + laststatus = 3; }; # Enable the undo file