added colored parentheses to neovim
This commit is contained in:
@@ -6,5 +6,6 @@
|
|||||||
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
|
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
|
||||||
"snippets.extends":{
|
"snippets.extends":{
|
||||||
"latex":["tex","texmath"]
|
"latex":["tex","texmath"]
|
||||||
}
|
},
|
||||||
|
"snippets.ultisnips.pythonPrompt": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ Plug 'rbonvall/snipmate-snippets-bib' " bib snippets
|
|||||||
Plug 'lervag/vimtex' " vimtex
|
Plug 'lervag/vimtex' " vimtex
|
||||||
Plug 'morhetz/gruvbox' " gruvbox colorscheme
|
Plug 'morhetz/gruvbox' " gruvbox colorscheme
|
||||||
Plug 'Yggdroot/indentLine' " ident guides
|
Plug 'Yggdroot/indentLine' " ident guides
|
||||||
|
Plug 'luochen1990/rainbow' " colored parentesese
|
||||||
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
||||||
Plug 'elkowar/yuck.vim', {'for': 'yuck'} " for yuck (eww) configuration
|
Plug 'elkowar/yuck.vim', {'for': 'yuck'} " for yuck (eww) configuration
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
|
||||||
|
|||||||
Reference in New Issue
Block a user