This commit is contained in:
foozzi 2024-01-23 21:43:24 -05:00
parent 364ab6efb5
commit b34d9b362b
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
local config = function()
local tree_sitter_context = require("treesitter-context")
tree_sitter_context.setup({
multiline_threshold = 1,
})
end
return {
"nvim-treesitter/nvim-treesitter-context",
lazy = false,
opts = config,
}