plugins: Change easychair2 url
[vimconf.git] / plugins-local.vim.example
index 0087602229166b5197f37a5a89c87b44309a3e44..49d6cdf64b45010d57336549ff08df4eb5bcf480 100644 (file)
@@ -1,8 +1,20 @@
 Plug 'jamessan/vim-gnupg'
 
-" An alternative to youcompleteme (ycm)
-Plug 'justmao945/vim-clang'
+"Plug 'kien/tabman.vim'
 
-Plug 'vim-scripts/Conque-GDB'
+"Plug 'chikamichi/mediawiki.vim'
 
-"Plug 'kien/tabman.vim'
+function PluginsLocalConfig()
+    " Reduce load on memory by updating one plugin at a time
+    "let g:plug_threads = 1
+
+    " Some terminals, like konsole, cause weired symbols (e.g., q) printed due to
+    " broken cursor-shape termcodes.
+    "if has('nvim')
+        "set guicursor=
+        " Workaround some broken plugins which set guicursor indiscriminately.
+        "au OptionSet guicursor noautocmd set guicursor=
+    "end
+endfunction
+
+" vim:ft=vim