summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-06-15 13:49:27 +0200
committeradikro <adikro@disroot.org>2026-06-15 13:49:27 +0200
commitce7fb7ddd3267291a8d692cc6381dad606288aa5 (patch)
tree5b3ab65c22713de2b084682e6f560af8877d1987 /hm/soft
parent1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d (diff)
revamped proxy configs
Diffstat (limited to 'hm/soft')
-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;