feat(nvim): plugin: nvim-treesitter-context

This commit is contained in:
2023-07-27 14:20:12 +03:00
parent 4e2ee377f2
commit c80b577a5a

View File

@@ -12,6 +12,15 @@ return {
lazy = false,
enabled = true,
},
{
"nvim-treesitter/nvim-treesitter-context",
lazy = false,
enabled = true,
opts = {
enable = true,
mode = "cursor", -- cursor, or topline
},
},
{
"folke/edgy.nvim",
event = "VeryLazy",
@@ -78,11 +87,11 @@ return {
pinned = true,
open = "Neotree position=top buffers",
},
{
ft = "Outline",
pinned = true,
open = "SymbolsOutlineOpen",
},
-- {
-- ft = "Outline",
-- pinned = true,
-- open = "SymbolsOutlineOpen",
-- },
-- any other neo-tree windows
"neo-tree",
},