From a73147283cfca0f9fe8ab639e536da5338ef4ab0 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 3 Oct 2019 19:45:23 +0200 Subject: [PATCH] Added folds --- vim/vimrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 5a62d4b..7a7718d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,10 +1,8 @@ -" vim: set foldmethod=marker foldmarker={{{,}}} - +" vimrc.local {{{ if filereadable("~/.vimrc.local") source ~/.vimrc.local endif - -packadd! termdebug +" }}} " vim-plug installer {{{ if empty(glob('~/.vim/autoload/plug.vim')) @@ -47,6 +45,8 @@ Plug 'christoomey/vim-tmux-navigator' call plug#end() " }}} +packadd! termdebug + " tabwidth set tabstop=4 set shiftwidth=4 @@ -63,12 +63,13 @@ set laststatus=2 " faster saving set nofsync -" autoread/checktime timer +" autoread/checktime timer {{{ set autoread function CheckTime(timer) checktime endfunction let timerChecktime = timer_start(4000, 'CheckTime', {'repeat': -1}) +" }}} " ctags config set tags=./tags;