From e603425579788e583e7cbf422a7aed2bbe57b932 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 9 Apr 2012 00:29:39 -0400 Subject: go-specific changes --- .profile | 3 +++ .vimrc | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.profile b/.profile index 09acf6f..7fa270a 100644 --- a/.profile +++ b/.profile @@ -50,3 +50,6 @@ alias pe="cd ~/code/pdfextract; source bin/activate; cd src" alias aws="read -s AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY && export AWS_ACCESS_KEY && export AWS_SECRET_ACCESS_KEY" alias start_thriftdb="/var/lib/thriftdb-index/tomcat/thriftdb__development/bin/startup.sh" + +export GOROOT=/usr/local/go +export PATH=$PATH:$GOROOT/bin diff --git a/.vimrc b/.vimrc index 3ee9c67..ed3c8bc 100644 --- a/.vimrc +++ b/.vimrc @@ -122,3 +122,9 @@ augroup encrypted autocmd BufWritePost,FileWritePost *.gpg set nobin augroup END +" disable go error highlighting crap +let go_highlight_array_whitespace_error = 0 +let go_highlight_chan_whitespace_error = 0 +let go_highlight_extra_types = 0 +let go_highlight_space_tab_error = 0 +let go_highlight_trailing_whitespace_error = 0 -- cgit v1.2.3