refreshed vim

This commit is contained in:
2025-01-05 14:09:30 +01:00
parent 5849fbfe2d
commit 8b7f848695
4 changed files with 62 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ return {
"make",
"markdown",
"markdown_inline",
"php",
"proto",
"python",
"query",
@@ -45,6 +46,31 @@ return {
autotag = {
enable = true,
},
-- Hier kommt die neue Konfiguration
indent = { enable = true },
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
-- Operator-Hervorhebung
playground = {
enable = true,
disable = {},
updatetime = 25,
persist_queries = false,
keybindings = {
toggle_query_editor = "o",
toggle_hl_groups = "i",
toggle_injected_languages = "t",
toggle_anonymous_nodes = "a",
toggle_language_display = "I",
focus_language = "f",
unfocus_language = "F",
update = "R",
goto_node = "<cr>",
show_help = "?",
},
},
},
},