Disable treesitter-context for now, not sure it I like it or not
This commit is contained in:
parent
51259d2b11
commit
905e873d31
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ return {
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
-- "nvim-treesitter/nvim-treesitter-context",
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue