summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2018-02-13 23:47:33 +0100
committerAhmed Abdelhalim <[email protected]>2018-02-13 23:47:33 +0100
commitacd45cfb207bd702bc0d9e3df2e56c2b5b3d2e05 (patch)
tree654122a636cc60ecbbbb89766b9115699816d16e
parent4398873480fae65cccbd278b6ad21fcae0322bb5 (diff)
parentdaf6020d35317fb64006c5c5f1fb444dff1a780c (diff)
Merge branch 'master' of github.com:mad-raz/dotvim
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index fce05c4..30abed7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -39,6 +39,7 @@ Plug 'nathanaelkane/vim-indent-guides'
Plug 'mhinz/vim-startify'
Plug 'posva/vim-vue', { 'for': ['js', 'vue'] }
Plug 'slim-template/vim-slim', { 'for': 'slim' }
+Plug 'chr4/nginx.vim', { 'for': 'nginx' }
call plug#end()
syntax on
filetype plugin indent on