added colored parentheses to neovim

This commit is contained in:
paul-loedige
2025-03-26 16:33:39 +01:00
parent 5cbe965266
commit d21dd5a7dd
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ Plug 'rbonvall/snipmate-snippets-bib' " bib snippets
Plug 'lervag/vimtex' " vimtex
Plug 'morhetz/gruvbox' " gruvbox colorscheme
Plug 'Yggdroot/indentLine' " ident guides
Plug 'luochen1990/rainbow' " colored parentesese
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
Plug 'elkowar/yuck.vim', {'for': 'yuck'} " for yuck (eww) configuration
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update