From 778f56b6453ab60d69773d9c89e82820d35f049f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= <jeremy@asynk.ch>
Date: Mon, 28 Apr 2014 20:19:25 +0200
Subject: vimrc: add some Tlist options

---
 vimrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vimrc b/vimrc
index 4248af3..5284c54 100644
--- a/vimrc
+++ b/vimrc
@@ -29,6 +29,8 @@ let g:localvimrc_sandbox=0
 
 " ctags
 nnoremap <silent> <F6> :TlistToggle<CR>
+let Tlist_Ctags_Cmd = "/usr/bin/ctags"
+let Tlist_WinWidth = 50
 let Tlist_Exit_OnlyWindow = 1     " exit if taglist is last window open
 let Tlist_Show_One_File = 1       " Only show tags for current buffer
 let Tlist_Enable_Fold_Column = 0  " no fold column (only showing one file)
-- 
cgit v1.1-2-g2b99