summaryrefslogtreecommitdiffstats
path: root/nvf/nvf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nvf/nvf.nix')
-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;