feat(context): switch to context.vim
problems with if-else cases in zig when using nvim-treesitter-context
This commit is contained in:
@@ -9,11 +9,11 @@ return {
|
||||
event = "VimEnter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"c", -- recommended default
|
||||
"lua", -- recommended default
|
||||
"vim", -- recommended default
|
||||
"vimdoc", -- recommended default
|
||||
"query", -- recommended default
|
||||
"c", -- recommended default
|
||||
"lua", -- recommended default
|
||||
"vim", -- recommended default
|
||||
"vimdoc", -- recommended default
|
||||
"query", -- recommended default
|
||||
"luadoc",
|
||||
"phpdoc",
|
||||
"org",
|
||||
@@ -47,11 +47,4 @@ return {
|
||||
-- vim.highlight.priorities.semantic_tokens = 99
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
opts = {
|
||||
max_lines = 1,
|
||||
min_window_height = 10,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user