|
|
@ -19,8 +19,6 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } " file tree |
|
|
|
Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } |
|
|
|
Plug 'scrooloose/nerdcommenter' " better commenting |
|
|
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " coc - completion |
|
|
|
Plug 'Shougo/neosnippet.vim' " snippet engine |
|
|
|
Plug 'Shougo/neosnippet-snippets' " snippets |
|
|
|
Plug 'easymotion/vim-easymotion' " better motion with leader |
|
|
|
Plug 'bling/vim-airline' " statusline |
|
|
|
Plug 'w0rp/ale' " asynchronous linting engine |
|
|
@ -32,6 +30,7 @@ Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dad |
|
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
|
Plug 'https://github.com/alok/notational-fzf-vim' " note taking |
|
|
|
Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration |
|
|
|
Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet |
|
|
|
|
|
|
|
" html / templates{{{ |
|
|
|
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'markdown'] } " emmet support for vim - easily create markdup wth CSS-like syntax |
|
|
|