diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 18:19:19 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 18:19:19 -0400 |
| commit | 3e9fcfcdb42c756ec1725fa429ea709f5dc677ed (patch) | |
| tree | 0661cacb9387e53f68caf3761609c6c39f320450 /nvf/nvf.nix | |
| parent | optimize, split irc config and add ghostty config (diff) | |
| download | nixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.tar.gz nixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.tar.bz2 nixos-3e9fcfcdb42c756ec1725fa429ea709f5dc677ed.zip | |
fix symbol picker
Diffstat (limited to '')
| -rw-r--r-- | nvf/nvf.nix | 5 |
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; |
