-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvimrc.before
More file actions
17 lines (15 loc) · 857 Bytes
/
vimrc.before
File metadata and controls
17 lines (15 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
" Disable unwanted plugins {
call janus#disable_plugin('css-color', 'Disabled in ~/.janus/vimrc.before') " slow
call janus#disable_plugin('syntastic', 'Disabled in ~/.janus/vimrc.before') " slow
call janus#disable_plugin('gundo', 'Disabled in ~/.janus/vimrc.before') " not used
call janus#disable_plugin('zoomwin', 'Disabled in ~/.janus/vimrc.before') " not used
call janus#disable_plugin('buffergator', 'Disabled in ~/.janus/vimrc.before') " not used
call janus#disable_plugin('supertab') " replaced by neocomplcache
call janus#disable_plugin('snipmate-snippets') " avoid snippet conflicts. we maintain our own
" }
" Disable neocompletecache in sudo {
if $SUDO_USER != ''
call janus#disable_plugin('plugin.neocomplcache')
call janus#disable_plugin('plugin.neosnippet')
endif
" }