feat(nvim): add Treesitter text objects
This commit is contained in:
parent
6b8bb7daf2
commit
0926ae9671
2 changed files with 15 additions and 1 deletions
|
@ -71,6 +71,7 @@ return packer.startup(function()
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
run = ":TSUpdate",
|
||||
}
|
||||
use 'nvim-treesitter/nvim-treesitter-textobjects'
|
||||
|
||||
-- Completion
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue