diff options
Diffstat (limited to 'lua/nvim-treesitter/configs.lua')
| -rw-r--r-- | lua/nvim-treesitter/configs.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/nvim-treesitter/configs.lua b/lua/nvim-treesitter/configs.lua index 31f01a72..f79fed00 100644 --- a/lua/nvim-treesitter/configs.lua +++ b/lua/nvim-treesitter/configs.lua @@ -228,19 +228,6 @@ local config = { is_supported = function(ft) return queries.get_query(ft, 'locals') end - }, - node_movement = { - enable = false, - disable = {}, - is_supported = function(ft) - return queries.get_query(ft, 'locals') - end, - keymaps = { - parent_scope = "<a-k>", - child_scope = "<a-j>", - next_scope = "<a-l>", - previous_scope = "<a-h>", - }, } }, ensure_installed = nil |
