nvim: update nvim-cmp config
add csv support
This commit is contained in:
@@ -49,11 +49,15 @@ Plug 'tpope/vim-fugitive'
|
||||
Plug 'mhinz/vim-signify' " Mark edited lines - faster gitgutter
|
||||
" }}}
|
||||
|
||||
" Syntax for random filetypes {{{
|
||||
" Support for random filetypes {{{
|
||||
"Plug 'masukomi/vim-markdown-folding'
|
||||
"Plug 'weirongxu/plantuml-previewer.vim' |
|
||||
"Plug 'plasticboy/vim-markdown'
|
||||
Plug 'kergoth/vim-bitbake' " Bitbake templates and syntax
|
||||
Plug 'pboettch/vim-cmake-syntax'
|
||||
Plug 'aklt/plantuml-syntax'
|
||||
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
||||
Plug 'chrisbra/csv.vim'
|
||||
" }}}
|
||||
|
||||
" Other plugins (external tools, etc) {{{
|
||||
@@ -70,13 +74,6 @@ Plug 'michal-h21/vimwiki-sync'
|
||||
Plug 'michal-h21/vim-zettel'
|
||||
" }}}
|
||||
|
||||
" Filetype syntax {{{
|
||||
"Plug 'plasticboy/vim-markdown'
|
||||
Plug 'kergoth/vim-bitbake' " Bitbake templates and syntax
|
||||
Plug 'pboettch/vim-cmake-syntax'
|
||||
Plug 'aklt/plantuml-syntax'
|
||||
" }}}
|
||||
|
||||
" Colorschemes {{{
|
||||
Plug 'jaredgorski/spacecamp'
|
||||
Plug 'lifepillar/vim-gruvbox8'
|
||||
|
||||
Reference in New Issue
Block a user