Add treesitter-context

This commit is contained in:
2023-09-13 16:08:06 +02:00
parent e1b862ee37
commit a1a0ba8ff0
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
require("treesitter-context").setup({
max_lines = 1,
min_window_height = 10,
})
+4
View File
@@ -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 = {}