mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
ts context: no jumping due to virtual text
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
|||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
-- shows treesitter context in end of parenthesis
|
-- shows treesitter context in end of parenthesis
|
||||||
'haringsrob/nvim_context_vt',
|
{ 'haringsrob/nvim_context_vt', opts = { disable_virtual_lines = true } },
|
||||||
'RRethy/nvim-treesitter-textsubjects',
|
'RRethy/nvim-treesitter-textsubjects',
|
||||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user