fixes etc
This commit is contained in:
+2
-2
@@ -6,7 +6,6 @@ Plug 'editorconfig/editorconfig-vim'
|
||||
" Fzf
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'mattn/emmet-vim'
|
||||
|
||||
" NERDTree
|
||||
Plug 'scrooloose/nerdtree'
|
||||
@@ -35,7 +34,7 @@ Plug 'artur-shaik/vim-javacomplete2'
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
|
||||
Plug 'rust-lang/rust.vim'
|
||||
Plug 'preservim/nerdcommenter'
|
||||
|
||||
Plug 'mattn/emmet-vim'
|
||||
" Writing
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'lervag/vimtex'
|
||||
@@ -59,6 +58,7 @@ Plug 'sheerun/vim-polyglot'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
|
||||
" Icons
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user