23012024
This commit is contained in:
parent
364ab6efb5
commit
b34d9b362b
2 changed files with 13 additions and 0 deletions
12
global/.config/nvim/lua/plugins/nvim-treesitter-context.lua
Normal file
12
global/.config/nvim/lua/plugins/nvim-treesitter-context.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue