From 6c72d83ada8124072ef79c5774a5eac439ca2ec0 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 3 Nov 2025 05:46:59 -0600 Subject: chore: update plugins --- lua/plugins/context.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua/plugins/context.lua') 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', 'cx', 'TSContextToggle', { desc = '[C]onte[x]t Toggle' }) + vim.keymap.set('n', 'cx', 'TSContext toggle', { desc = '[C]onte[x]t Toggle' }) end, } -- cgit v1.2.3-70-g09d2