mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: remove treesitter-context
This commit is contained in:
parent
7b39e0b742
commit
c6c64b5851
2 changed files with 0 additions and 14 deletions
|
|
@ -42,14 +42,3 @@ require("nvim-treesitter.configs").setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
require("treesitter-context").setup {
|
||||
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
|
||||
max_lines = 2, -- How many lines the window should span. Values <= 0 mean no limit.
|
||||
min_window_height = 0, -- Minimum editor window height to enable context. Values <= 0 mean no limit.
|
||||
line_numbers = true,
|
||||
multiline_threshold = 20, -- Maximum number of lines to collapse for a single context line
|
||||
trim_scope = "outer", -- Which context lines to discard if `max_lines` is exceeded. Choices: 'inner', 'outer'
|
||||
mode = "topline", -- Line used to calculate context. Choices: 'cursor', 'topline'
|
||||
zindex = 20, -- The Z-index of the context window
|
||||
}
|
||||
|
|
|
|||
|
|
@ -153,9 +153,6 @@ local plugins = {
|
|||
build = ":TSUpdate",
|
||||
},
|
||||
|
||||
-- Hovering context
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
|
||||
--
|
||||
-- Completion
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue