update which-key configuration

This commit is contained in:
Gilad Sher 2024-07-12 15:29:32 -04:00
parent aee97565ee
commit bb659a72ac
3 changed files with 15 additions and 14 deletions

View file

@ -1,6 +0,0 @@
return {
'nvim-treesitter/nvim-treesitter-context',
config = function ()
require('treesitter-context').setup()
end
}