Add nvim top bar context

This commit is contained in:
salomaestro
2024-10-20 20:36:58 +02:00
parent e5730e176b
commit 1f1ca0c55d

View File

@@ -55,6 +55,16 @@ return {
-- },
-- },
-- },
{
"nvim-treesitter/nvim-treesitter-context",
lazy = false,
config = function()
require"treesitter-context".setup{
enable = true,
max_lines = 0, -- No limit
}
end,
},
{
"rktjmp/paperplanes.nvim",
opts = {