diff --git a/users/tacocat/neovim/default.nix b/users/tacocat/neovim/default.nix index 4c0b1b2..ff80c80 100644 --- a/users/tacocat/neovim/default.nix +++ b/users/tacocat/neovim/default.nix @@ -20,12 +20,13 @@ autoindent = true; copyindent = true; signcolumn = "yes"; + cursorline = true; }; plugins = { lightline = { enable = true; }; - gitgutter = { + gitsigns = { enable = true; }; };