context-treesitter added
This commit is contained in:
parent
e9b0ab5c8d
commit
e3ba5b0ec6
@ -1,6 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
dependencies = {
|
||||
"treesitter-context",
|
||||
},
|
||||
opts = {
|
||||
matchup = { enable = true },
|
||||
highlight = {
|
||||
@ -29,4 +33,11 @@ return {
|
||||
config = function(_, opts)
|
||||
require("nvim-treesitter.configs").setup(opts)
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
name = "treesitter-context",
|
||||
lazy = true,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user