Add a plugin to show in which scope the cursor is
This commit is contained in:
parent
29950e739a
commit
de3c53c461
1 changed files with 6 additions and 0 deletions
|
|
@ -588,6 +588,12 @@ local plugins = {
|
||||||
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'nvim-treesitter/nvim-treesitter-context',
|
||||||
|
config = function()
|
||||||
|
require 'treesitter-context'.setup {}
|
||||||
|
end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue