aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 7653bde..4007d95 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,6 +1,7 @@
1call plug#begin() 1call plug#begin()
2 Plug 'tpope/vim-sensible' 2 Plug 'tpope/vim-sensible'
3 Plug 'tpope/vim-commentary' 3 Plug 'tpope/vim-commentary'
4 Plug 'tpope/vim-fugitive'
4 Plug 'airblade/vim-gitgutter' 5 Plug 'airblade/vim-gitgutter'
5 Plug 'ctrlpvim/ctrlp.vim' 6 Plug 'ctrlpvim/ctrlp.vim'
6 Plug 'dense-analysis/ale' 7 Plug 'dense-analysis/ale'