Skip to content
GitLab
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
52f1f170
Commit
52f1f170
authored
Dec 13, 2021
by
Nigel Kukard
Browse files
Merge branch 'nkupdates' into 'master'
Updated and removed neocomplete See merge request
!20
parents
c0c8022b
9290c88f
Changes
6
Hide whitespace changes
Inline
Side-by-side
securemodelines
@
9751f296
Subproject commit 9751f29699186a47743ff6c06e689f483058d77a
syntastic
@
2c4b33f6
Subproject commit 2c4b33f6e6679fb5f3824d9cd38d4813c71a19a3
vim-airline
@
bf5d7859
Subproject commit bf5d785932b5bdedcb747311a8536931dd5241cc
vim-fugitive
@
36523138
Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf
vim-gitgutter
@
256702dd
Subproject commit 256702dd1432894b3607d3de6cd660863b331818
vimrc
View file @
52f1f170
...
...
@@ -91,15 +91,39 @@ autocmd BufNewFile,BufRead *.sls set filetype=python | set expandtab softtabstop
" Plugin configuration
"
" neocomplete {
let
g:neocomplete
#enable_at_startup
=
1
" }
" 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'
" vim-plug end
call
plug#end
()
" syntastic {
let
g:syntastic_python_checkers
=
[
'python'
,
'pylama'
]
" }
" vim-airline {
"
" Configure vim-gitgutter
"
set
signcolumn
=
yes
"
" Configure vim-airline
"
let
g:airline
#extensions#
tabline
#enabled
=
1
let
g:airline_powerline_fonts
=
1
" }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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