Add <Space>m to automatically expand functions and alike in vim
This commit is contained in:
8
.config/nvim/lua/plugins/treesl.lua
Normal file
8
.config/nvim/lua/plugins/treesl.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'Wansmer/treesj',
|
||||
keys = { '<space>m', '<space>j', '<space>s' },
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
config = function()
|
||||
require('treesj').setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user