diff --git a/home-manager/common/software/cli/nixvim-base.nix b/home-manager/common/software/cli/nixvim-base.nix index cba2c54f..3dcf66dc 100644 --- a/home-manager/common/software/cli/nixvim-base.nix +++ b/home-manager/common/software/cli/nixvim-base.nix @@ -18,6 +18,8 @@ options = { number = true; wrap = false; + cursorline = true; + cursorcolumn = true; shiftwidth = 2; breakindent = true; colorcolumn = "100";