From 790a67bacc8283425e07c7b6e4a5563c4b0c096e Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 26 Feb 2025 11:34:45 +0100 Subject: [PATCH] feat: ignore case, global status, color column 80. --- modules/home-manager/neovim.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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