summaryrefslogtreecommitdiffstats
path: root/nvf/nvf.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 18:19:19 -0400
committerSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 18:19:19 -0400
commit3e9fcfcdb42c756ec1725fa429ea709f5dc677ed (patch)
tree0661cacb9387e53f68caf3761609c6c39f320450 /nvf/nvf.nix
parentoptimize, split irc config and add ghostty config (diff)
downloadnixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.tar.gz
nixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.tar.bz2
nixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.zip
fix symbol picker
Diffstat (limited to '')
-rw-r--r--nvf/nvf.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvf/nvf.nix b/nvf/nvf.nix
index 76365b9..30d7b2b 100644
--- a/nvf/nvf.nix
+++ b/nvf/nvf.nix
@@ -67,6 +67,11 @@
};
lspconfig.enable = true;
otter-nvim.enable = true;
+
+ mappings = {
+ signatureHelp = null;
+ listDocumentSymbols = null;
+ };
};
notes.todo-comments.enable = true;