summaryrefslogtreecommitdiff
path: root/hm/soft/nixvim/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixvim/nixvim.nix')
-rw-r--r--hm/soft/nixvim/nixvim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soft/nixvim/nixvim.nix b/hm/soft/nixvim/nixvim.nix
index 7013c27..6f689b3 100644
--- a/hm/soft/nixvim/nixvim.nix
+++ b/hm/soft/nixvim/nixvim.nix
@@ -14,7 +14,7 @@ in
config = lib.mkIf cfg.enable {
programs.nixvim = {
- diagnostics.virtual_text = false;
+ # diagnostics.virtual_text = false;
enable = true;
vimAlias = true;
@@ -179,7 +179,7 @@ in
neoscroll.enable = true;
bufferline.enable = true;
web-devicons.enable = true;
- lsp-kind.enable = true;
+ # lsp-kind.enable = true;
blink-cmp = {
enable = true;