chore(nvim): add block textobject treesitter
See https://www.reddit.com/r/neovim/comments/16cfo6e/what_are_your_favorites_not_that_popular_nvim/main
parent
1539c5443c
commit
89b5554e68
|
@ -453,6 +453,8 @@ require("lazy").setup({
|
|||
["if"] = "@function.inner",
|
||||
["ac"] = "@class.outer",
|
||||
["ic"] = "@class.inner",
|
||||
["ab"] = "@block.outer",
|
||||
["ib"] = "@block.inner",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue