mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Improve vim plugins categories
This commit is contained in:
parent
e898743503
commit
b97d537b86
|
@ -13,22 +13,22 @@ endif
|
||||||
" Plug.vim plugin list
|
" Plug.vim plugin list
|
||||||
call plug#begin(config_dir."/plugged")
|
call plug#begin(config_dir."/plugged")
|
||||||
|
|
||||||
" Code completion
|
" Code helpers
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
Plug 'dhruvasagar/vim-table-mode'
|
||||||
|
Plug 'preservim/nerdcommenter'
|
||||||
|
Plug 'tmhedberg/SimpylFold'
|
||||||
" Themes
|
" Themes
|
||||||
Plug 'tomasiser/vim-code-dark'
|
Plug 'tomasiser/vim-code-dark'
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
Plug 'ryanoasis/vim-devicons'
|
Plug 'ryanoasis/vim-devicons'
|
||||||
Plug 'airblade/vim-gitgutter'
|
|
||||||
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||||
" Misc
|
" Misc
|
||||||
Plug 'dhruvasagar/vim-table-mode'
|
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
Plug 'wakatime/vim-wakatime'
|
Plug 'wakatime/vim-wakatime'
|
||||||
Plug 'preservim/nerdcommenter'
|
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'tmhedberg/SimpylFold'
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue