added colored parentheses to neovim
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
|
||||
"snippets.extends":{
|
||||
"latex":["tex","texmath"]
|
||||
}
|
||||
},
|
||||
"snippets.ultisnips.pythonPrompt": false
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user