Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
allworldit
awit-vim-superawesome
Commits
a89ee05f
Commit
a89ee05f
authored
Apr 25, 2018
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added syntastic
parent
26929d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
vimrc
vimrc
+3
-8
No files found.
vimrc
View file @
a89ee05f
...
...
@@ -103,14 +103,6 @@ set tm=500
"
call plug#begin('~/.vim/plugged')
" NK: Not used, YouCompleteMe and neocomplete is better
" https://github.com/vim-scripts/taglist.vim
"Plug 'vim-scripts/taglist.vim'
" NK: Not used, this is very slow, neocomplete is better imho
" https://github.com/Valloric/YouCompleteMe
"Plug 'valloric/YouCompleteMe'
" https://github.com/Shougo/neocomplete.vim
Plug 'Shougo/neocomplete.vim'
" https://github.com/Shougo/neosnippet
...
...
@@ -125,6 +117,9 @@ Plug 'bling/vim-airline'
" https://github.com/tpope/vim-fugitive
Plug 'tpope/vim-fugitive'
" https://github.com/vim-syntastic/syntastic
Plug 'vim-syntastic/syntastic'
" vim-plug end
call plug#end()
...
...
Write
Preview
Markdown
is supported
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