nvim add ts-textobjects plugin
This commit is contained in:
parent
73c474c69a
commit
5b4a3096b6
@ -51,6 +51,10 @@ return {
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||||
|
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'folke/trouble.nvim',
|
'folke/trouble.nvim',
|
||||||
dependencies = { 'kyazdani42/nvim-web-devicons' },
|
dependencies = { 'kyazdani42/nvim-web-devicons' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user