removed genvim

This commit is contained in:
pika 2024-06-26 17:09:26 +02:00
parent 0894d0d1d7
commit 76dcbd22e7
2 changed files with 1 additions and 34 deletions

View file

@ -13,6 +13,7 @@ return {
treesitter.setup({ -- enable syntax highlighting
highlight = {
enable = true,
comments = { color = { "#333" }, italic = false }, -- adjust comment color and style
},
-- enable indentation
indent = { enable = true },