Re-enabled some plugins, added comments to plugins so that I can remember what they were for
This commit is contained in:
parent
d5b37b224f
commit
2186d0825a
@ -1,19 +1,35 @@
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
" Recommended plugins that I didn't like
|
||||
"Plug 'airblade/vim-gitgutter'
|
||||
"Plug 'mattn/emmet-vim'
|
||||
"Plug 'terryma/vim-multiple-cursors'
|
||||
"Plug 'tpope/vim-surround'
|
||||
|
||||
|
||||
" File explorer window
|
||||
Plug 'scrooloose/nerdtree'
|
||||
|
||||
" Show open buffers in a tab at top of screen
|
||||
Plug 'ap/vim-buftabline'
|
||||
Plug 'qpkorr/vim-bufkill'
|
||||
|
||||
" VCS integration
|
||||
Plug 'mhinz/vim-signify'
|
||||
"#Plug 'airblade/vim-gitgutter'
|
||||
"#Plug 'editorconfig/editorconfig-vim'
|
||||
|
||||
" Code style setup from .editorconfig file
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
|
||||
" Fuzzy search within vim
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
"#Plug 'mattn/emmet-vim'
|
||||
Plug 'scrooloose/nerdtree'
|
||||
"#Plug 'terryma/vim-multiple-cursors'
|
||||
"#Plug 'tpope/vim-eunuch'
|
||||
"#Plug 'tpope/vim-surround'
|
||||
"#Plug 'w0rp/ale'
|
||||
Plug 'ap/vim-buftabline'
|
||||
|
||||
" Provide some helpful vim commands for file modification
|
||||
Plug 'tpope/vim-eunuch'
|
||||
|
||||
" Code linter
|
||||
Plug 'w0rp/ale'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user