nvimrc: Disable treesitter LSP fallback

This commit is contained in:
Rob Watson 2022-07-14 17:26:59 +02:00
parent 726b7ef0e6
commit a4f368a306
1 changed files with 1 additions and 1 deletions

2
nvimrc
View File

@ -595,7 +595,7 @@ require 'nvim-treesitter.configs'.setup {
navigation = {
enable = true,
keymaps = {
goto_definition_lsp_fallback = "gd",
-- goto_definition_lsp_fallback = "gd",
goto_next_usage = "]r",
goto_previous_usage = "[r",
},