diff options
Diffstat (limited to 'lua/plugins/context.lua')
| -rw-r--r-- | lua/plugins/context.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/plugins/context.lua b/lua/plugins/context.lua index b968f5a..dd64e16 100644 --- a/lua/plugins/context.lua +++ b/lua/plugins/context.lua @@ -20,7 +20,6 @@ return { config = function(_, opts) require('treesitter-context').setup(opts) - -- TODO: change keybind? - vim.keymap.set('n', '<leader>cx', '<CMD>TSContextToggle<CR>', { desc = '[C]onte[x]t Toggle' }) + vim.keymap.set('n', '<leader>cx', '<CMD>TSContext toggle<CR>', { desc = '[C]onte[x]t Toggle' }) end, } |
