mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 20:46:47 +00:00
feat(nvim): plugin: nvim-treesitter-context
This commit is contained in:
@@ -12,6 +12,15 @@ return {
|
|||||||
lazy = false,
|
lazy = false,
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
|
lazy = false,
|
||||||
|
enabled = true,
|
||||||
|
opts = {
|
||||||
|
enable = true,
|
||||||
|
mode = "cursor", -- cursor, or topline
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"folke/edgy.nvim",
|
"folke/edgy.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
@@ -78,11 +87,11 @@ return {
|
|||||||
pinned = true,
|
pinned = true,
|
||||||
open = "Neotree position=top buffers",
|
open = "Neotree position=top buffers",
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
ft = "Outline",
|
-- ft = "Outline",
|
||||||
pinned = true,
|
-- pinned = true,
|
||||||
open = "SymbolsOutlineOpen",
|
-- open = "SymbolsOutlineOpen",
|
||||||
},
|
-- },
|
||||||
-- any other neo-tree windows
|
-- any other neo-tree windows
|
||||||
"neo-tree",
|
"neo-tree",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user