Add treesitter-context
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
require("treesitter-context").setup({
|
||||
max_lines = 1,
|
||||
min_window_height = 10,
|
||||
})
|
||||
@@ -200,6 +200,10 @@ local plugins = {
|
||||
"famiu/bufdelete.nvim",
|
||||
config = function () require("plugins.config.bufdelete") end,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
config = function () require("plugins.config.treesitter-context") end,
|
||||
},
|
||||
}
|
||||
|
||||
local opts = {}
|
||||
|
||||
Reference in New Issue
Block a user