added new vim plugin
This commit is contained in:
parent
f4b2d0ef8c
commit
c9ee370f65
|
@ -48,10 +48,13 @@ Plugin 'VundleVim/Vundle.vim'
|
|||
"
|
||||
" All of your Plugins must be added before the following line
|
||||
"
|
||||
Plugin 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
|
||||
Plugin 'jasonccox/vim-wayland-clipboard'
|
||||
Plugin 'gabrielelana/vim-markdown'
|
||||
Plugin 'itchyny/vim-cursorword'
|
||||
Plugin 'preservim/nerdtree'
|
||||
Plugin 'iamcco/markdown-preview.nvim'
|
||||
Plugin 'iamcco/mathjax-support-for-mkdp'
|
||||
Plugin 'alvan/vim-closetag'
|
||||
Plugin 'mattn/emmet-vim'
|
||||
Plugin 'jiangmiao/auto-pairs'
|
||||
|
@ -60,13 +63,17 @@ Plugin 'frazrepo/vim-rainbow'
|
|||
Plugin 'mg979/vim-visual-multi', {'branch': 'master'}
|
||||
Plugin 'itchyny/lightline.vim'
|
||||
Plugin 'voldikss/vim-floaterm'
|
||||
Bundle 'https://github.com/prashanthellina/follow-markdown-links'
|
||||
Plugin 'mracos/mermaid.vim'
|
||||
Plugin 'mzlogin/vim-markdown-toc'
|
||||
Plugin 'bbrtj/vim-vorg-md'
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
Plugin 'ervandew/supertab'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
|
||||
call vundle#end() " required
|
||||
|
||||
" }}}zo
|
||||
|
||||
```
|
||||
|
||||
Una volta salvato il file, digitare `:PluginInstall`.
|
||||
|
@ -78,6 +85,7 @@ Quando l'installazione è completata, è buona norma cancellare la cache del buf
|
|||
|
||||
### Alcuni plugin utili
|
||||
|
||||
- [https://github.com/jasonccox/vim-wayland-clipboard](https://github.com/jasonccox/vim-wayland-clipboard)
|
||||
- [https://github.com/preservim/nerdtree](https://github.com/preservim/nerdtree)
|
||||
- [https://github.com/VundleVim/Vundle.vim](https://github.com/VundleVim/Vundle.vim)
|
||||
- [https://github.com/sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot)
|
||||
|
|
Loading…
Reference in New Issue