init
This commit is contained in:
10
nvim/lua/plugins/extras/coding/treesitter/node-action.lua
Normal file
10
nvim/lua/plugins/extras/coding/treesitter/node-action.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"ckolkey/ts-node-action",
|
||||
dependencies = { "nvim-treesitter" },
|
||||
vscode = true,
|
||||
opts = {},
|
||||
--stylua: ignore
|
||||
keys = {
|
||||
{ "J", "<cmd>NodeAction<cr>", mode = "n", desc = "Node action" }
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user