diff --git a/files/dotfiles/vimrc b/files/dotfiles/vimrc index e57baf3..d6c4dbd 100644 --- a/files/dotfiles/vimrc +++ b/files/dotfiles/vimrc @@ -7,15 +7,15 @@ let localleader = "\" " set the runtime path to include plug.com and initialize call plug#begin('~/.vim/plugged') +"" plug.vim management +Plug 'junegunn/vim-plug' + " Airline statusline " Plug 'vim-airline/vim-airline' " Plug 'vim-airline/vim-airline-themes' Plug 'itchyny/lightline.vim' -"" plug.vim management -Plug 'junegunn/vim-plug' - "" Basic config for vim Plug 'tpope/vim-sensible' @@ -31,8 +31,8 @@ Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'ervandew/supertab' " Special autocompletion -Plug 'SirVer/ultisnips' -Plug 'honza/vim-snippets' +" Plug 'SirVer/ultisnips' +" Plug 'honza/vim-snippets' "Plug 'ctrlpvim/ctrlp.vim' "Plug 'Valloric/YouCompleteMe' @@ -40,23 +40,23 @@ Plug 'honza/vim-snippets' Plug 'tpope/vim-surround' "" Plug vimtex -Plug 'lervag/vimtex' +" Plug 'lervag/vimtex' " Asynchronous Lint Engine -Plug 'w0rp/ale' +" Plug 'w0rp/ale' " Completion for python -Plug 'davidhalter/jedi-vim' +" Plug 'davidhalter/jedi-vim' " Code formating for python -Plug 'python/black' +" Plug 'python/black' " Vim note taking plugin -Plug 'xolox/vim-misc' -Plug 'xolox/vim-notes' +" Plug 'xolox/vim-misc' +" Plug 'xolox/vim-notes' " vuejs syntax -Plug 'posva/vim-vue' +" Plug 'posva/vim-vue' " Clever substitute Plug 'tpope/tpope-vim-abolish' @@ -68,7 +68,7 @@ Plug 'tpope/vim-repeat' Plug 'airblade/vim-gitgutter' " Emmet -Plug 'mattn/emmet-vim' +" Plug 'mattn/emmet-vim' " Polyglot synthax hightlight autodetect Plug 'sheerun/vim-polyglot' @@ -77,14 +77,14 @@ Plug 'sheerun/vim-polyglot' Plug 'Yggdroot/indentLine' " fzf -Plug 'junegunn/fzf.vim' +" Plug 'junegunn/fzf.vim' " Tmux integration Plug 'christoomey/vim-tmux-navigator' " Python folding -Plug 'kalekundert/vim-coiled-snake' -Plug 'Konfekt/FastFold' +" Plug 'kalekundert/vim-coiled-snake' +" Plug 'Konfekt/FastFold' " Touch typing " Plug 'vim-scripts/TTCoach'