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
6d753b2e
Commit
6d753b2e
authored
Feb 03, 2020
by
Adrien Oliva
Browse files
Update deps
parent
6bf9b8e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/06-editor.vim
View file @
6d753b2e
...
...
@@ -22,3 +22,6 @@ function! Preserve(command)
endfunction
nmap
<
F5
>
:
call
Preserve
(
'%s/[ \t]*$//'
)<
CR
>
autocmd
FileType
yml
setlocal
shiftwidth
=
2
tabstop
=
2
autocmd
FileType
yaml
setlocal
shiftwidth
=
2
tabstop
=
2
install.sh
View file @
6d753b2e
#!/usr/bin/env sh
#!/usr/bin/env
ba
sh
CWD
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
...
...
@@ -56,8 +56,7 @@ install_or_update_plugin "https://github.com/majutsushi/tagbar" "master"
install_or_update_plugin
"https://github.com/xolox/vim-easytags"
"master"
install_or_update_plugin
"https://github.com/xolox/vim-misc"
"master"
install_or_update_plugin
"https://github.com/hari-rangarajan/CCTree"
"master"
install_or_update_plugin
"https://github.com/kien/ctrlp.vim"
"master"
install_or_update_plugin
"https://github.com/fholgado/minibufexpl.vim"
"master"
install_or_update_plugin
"https://github.com/ctrlpvim/ctrlp.vim"
"master"
install_or_update_plugin
"https://github.com/sk1418/QFGrep.git"
"master"
install_or_update_plugin
"https://github.com/yegappan/grep.git"
"master"
install_or_update_plugin
"https://github.com/vim-syntastic/syntastic.git"
"master"
...
...
@@ -65,6 +64,8 @@ install_or_update_plugin "https://github.com/sirver/UltiSnips" "master"
install_or_update_plugin
"https://github.com/honza/vim-snippets"
"master"
install_or_update_plugin
"https://github.com/vim-scripts/DoxygenToolkit.vim"
"master"
install_or_update_plugin
"https://github.com/editorconfig/editorconfig-vim"
"master"
install_or_update_plugin
"https://github.com/ryanoasis/vim-devicons"
"master"
install_or_update_plugin
"https://github.com/l-qing/minibufexpl.vim.git"
"master"
# Finalize process for YouCompleteMe
(
...
...
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