Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
22114a29
Commit
22114a29
authored
May 10, 2017
by
Adrien Oliva
Browse files
Update plugins and add ultisnip plugins with a collection of plugins
parent
0b0b3f7e
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
22114a29
...
...
@@ -46,3 +46,9 @@
[submodule "pack/yapbreak/start/syntastic"]
path = pack/yapbreak/start/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "pack/yapbreak/start/ultisnips"]
path = pack/yapbreak/start/ultisnips
url = https://github.com/sirver/UltiSnips
[submodule "pack/yapbreak/start/snips"]
path = pack/yapbreak/start/snips
url = https://github.com/honza/vim-snippets
config/94-easytag.vim
View file @
22114a29
...
...
@@ -10,3 +10,7 @@ let g:easytags_autorecurse = 1
" Tag members of class and struct
let
g:easytags_include_members
=
1
let
g:easytags_always_enabled
=
0
let
g:easytags_auto_highlight
=
0
let
g:easytags_auto_update
=
0
config/98-ultisnips.vim
0 → 100644
View file @
22114a29
" Trigger configuration
let
g:UltiSnipsExpandTrigger
=
"<c-Space>"
let
g:UltiSnipsJumpForwardTrigger
=
"<tab>"
let
g:UltiSnipsJumpBackwardTrigger
=
"<S-tab>"
let
g:UltiSnipsEditSplit
=
"vertical"
fugitive
@
7ebe5c14
Compare
c640ee78
...
7ebe5c14
Subproject commit
c640ee78a8aa007ad8e7080c21d428e893652903
Subproject commit
7ebe5c143dcda62e5a66891322b7cd66470841c4
snips
@
f6468a7d
Subproject commit f6468a7dbeddd67535b03912eb5c1faafe33fe79
ultisnips
@
5352d98f
Subproject commit 5352d98f212e273b3e8b1d84efdbe2d6a6d557e9
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