From c9ee370f6594d68507c1b244d0b7ee3d4eef0fc3 Mon Sep 17 00:00:00 2001 From: piccihud Date: Sat, 16 Sep 2023 15:38:06 +0200 Subject: [PATCH] added new vim plugin --- linux/vim/vim.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/linux/vim/vim.md b/linux/vim/vim.md index 7dfc1bd..73a78ac 100644 --- a/linux/vim/vim.md +++ b/linux/vim/vim.md @@ -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)