Add nvim top bar context
This commit is contained in:
@@ -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",
|
"rktjmp/paperplanes.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user