systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 7ee7cf88970e5ba96adc71ae1876bfe539a76520
parent 605e4585a2f37d7cf9f154424d504dd6e1c92614
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Tue, 25 Jul 2017 14:14:31 +0200

add comment in .vimrc about easytags

dotfiles/.vimrc | 2 ++
1 file changed, 2 insertions(+)

Diffstat:
Mdotfiles/.vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc @@ -70,6 +70,8 @@ Plugin 'tomtom/quickfixsigns_vim' Plugin 'airblade/vim-gitgutter' +" easytags is slow on large projects +" vim becomes unresponsive (even with async) Plugin 'xolox/vim-misc' Plugin 'xolox/vim-easytags'