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