plugins: Add Conque-GDB to plugins-local
authorStefan Huber <shuber@sthu.org>
Tue, 11 Sep 2018 16:42:41 +0000 (18:42 +0200)
committerStefan Huber <shuber@sthu.org>
Tue, 11 Sep 2018 16:42:41 +0000 (18:42 +0200)
init-local.vim.example
plugins-local.vim.example

index d75e4fd7932fa246443f0e2d20ef921b7e2c7d07..e830c251371585b0a527e2a0e8e83fa529ac4296 100644 (file)
@@ -10,3 +10,5 @@
 
 " Do not show diagnostic window of vim-clang
 let g:clang_diagsopt = ''
+
+let g:ConqueTerm_StartMessages = 0
index 70254e048812d518d86fe61eb9dedb7e9efeeaca..0087602229166b5197f37a5a89c87b44309a3e44 100644 (file)
@@ -3,4 +3,6 @@ Plug 'jamessan/vim-gnupg'
 " An alternative to youcompleteme (ycm)
 Plug 'justmao945/vim-clang'
 
+Plug 'vim-scripts/Conque-GDB'
+
 "Plug 'kien/tabman.vim'