plugins: Change easychair2 url
[vimconf.git] / plugins-local.vim.example
1 Plug 'jamessan/vim-gnupg'
2
3 "Plug 'kien/tabman.vim'
4
5 "Plug 'chikamichi/mediawiki.vim'
6
7 function PluginsLocalConfig()
8 " Reduce load on memory by updating one plugin at a time
9 "let g:plug_threads = 1
10
11 " Some terminals, like konsole, cause weired symbols (e.g., q) printed due to
12 " broken cursor-shape termcodes.
13 "if has('nvim')
14 "set guicursor=
15 " Workaround some broken plugins which set guicursor indiscriminately.
16 "au OptionSet guicursor noautocmd set guicursor=
17 "end
18 endfunction
19
20 " vim:ft=vim