This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
return {
"haringsrob/nvim_context_vt",
event = "LazyFile",
dependencies = "nvim-treesitter/nvim-treesitter",
opts = {
prefix = " 󱞷",
highlight = "NonText",
min_rows = 7,
disable_ft = { "markdown", "css" },
-- Disable display of virtual text below blocks for indentation based
-- languages like Python
disable_virtual_lines_ft = { "yaml" },
},
keys = {
{ "<leader>ux", "<cmd>NvimContextVtToggle<CR>", desc = "Toggle Context" },
},
}