Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
allworldit
awit-vim-superawesome
Commits
5319ad7a
Commit
5319ad7a
authored
Dec 12, 2019
by
Nigel Kukard
Browse files
Merge branch 'plugin-tweak' into 'master'
Sort and update plugin list See merge request
!12
parents
ed4e9f4c
872565bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
vimrc
View file @
5319ad7a
...
...
@@ -79,25 +79,13 @@ au BufNewFile,BufRead *.py set filetype=python | set expandtab softtabstop=4 | c
"
call
plug#begin
(
'~/.vim/plugged'
)
" https://github.com/Shougo/neocomplete.vim
Plug
'Shougo/neocomplete.vim'
" https://github.com/Shougo/neosnippet
Plug
'Shougo/neosnippet'
" https://github.com/airblade/vim-gitgutter
Plug
'airblade/vim-gitgutter'
" https://github.com/bling/vim-airline
Plug
'bling/vim-airline'
" https://github.com/tpope/vim-fugitive
Plug
'tpope/vim-fugitive'
" https://github.com/vim-syntastic/syntastic
Plug
'vim-syntastic/syntastic'
" https://github.com/ciaranm/securemodelines
Plug
'ciaranm/securemodelines'
Plug
'Shougo/neocomplete.vim'
" https
:
//
github
.
com
/Shougo/
neocomplete
.
vim
Plug
'Shougo/neosnippet'
" https
:
//
github
.
com
/Shougo/
neosnippet
Plug
'airblade/vim-gitgutter'
" https
:
//
github
.
com
/airblade/
vim
-
gitgutter
Plug
'ciaranm/securemodelines'
" https
:
//
github
.
com
/ciaranm/
securemodelines
Plug
'tpope/vim-fugitive'
" https
:
//
github
.
com
/tpope/
vim
-
fugitive
Plug
'vim-airline/vim-airline'
" https
:
//
github
.
com
/vim-airline/
vim
-
airline
Plug
'vim-syntastic/syntastic'
" https
:
//
github
.
com
/vim-syntastic/
syntastic
" vim-plug end
call
plug#end
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment