refactor: remove unused plugins

This commit is contained in:
Fabio Lenherr / DashieTM 2022-11-04 00:14:43 +01:00
parent 76534ab4cb
commit 96db7b0430
22 changed files with 53 additions and 1150 deletions

View file

@ -25,8 +25,12 @@ vim.g.indent_blankline_context_patterns = {
"class",
"return",
"function",
"def",
"method",
"^if",
"^else",
"^else if",
"^elif",
"^while",
"jsx_element",
"^for",