From 77d89a8c2d928d67295348e0e4973a8324475a98 Mon Sep 17 00:00:00 2001
From: Stefan Huber <shuber@sthu.org>
Date: Tue, 11 Sep 2018 18:42:41 +0200
Subject: [PATCH] plugins: Add Conque-GDB to plugins-local

---
 init-local.vim.example    | 2 ++
 plugins-local.vim.example | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/init-local.vim.example b/init-local.vim.example
index d75e4fd..e830c25 100644
--- a/init-local.vim.example
+++ b/init-local.vim.example
@@ -10,3 +10,5 @@
 
 " Do not show diagnostic window of vim-clang
 let g:clang_diagsopt = ''
+
+let g:ConqueTerm_StartMessages = 0
diff --git a/plugins-local.vim.example b/plugins-local.vim.example
index 70254e0..0087602 100644
--- a/plugins-local.vim.example
+++ b/plugins-local.vim.example
@@ -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'
-- 
2.39.5