Better nginx plugin
This commit is contained in:
parent
f13ca0bb64
commit
d6b273ef4b
@ -5,6 +5,7 @@ call plug#begin('~/.config/nvim/plugged')
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'cespare/vim-toml'
|
||||
Plug 'chr4/nginx.vim'
|
||||
Plug 'elixir-lang/vim-elixir'
|
||||
Plug 'fatih/vim-go'
|
||||
Plug 'gabesoft/vim-ags'
|
||||
@ -19,7 +20,6 @@ Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rails'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vim-scripts/nginx.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user