mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
add auto reload plugin
This commit is contained in:
@@ -26,6 +26,7 @@ call plug#begin()
|
|||||||
Plug 'vim-airline/vim-airline' " colored status line at bottom
|
Plug 'vim-airline/vim-airline' " colored status line at bottom
|
||||||
Plug 'morhetz/gruvbox' " theme
|
Plug 'morhetz/gruvbox' " theme
|
||||||
Plug 'nathanaelkane/vim-indent-guides' " indentation lines
|
Plug 'nathanaelkane/vim-indent-guides' " indentation lines
|
||||||
|
Plug 'djoshea/vim-autoread' " watch for file changes
|
||||||
|
|
||||||
" ** features **
|
" ** features **
|
||||||
Plug 'preservim/nerdcommenter'
|
Plug 'preservim/nerdcommenter'
|
||||||
|
|||||||
Reference in New Issue
Block a user