summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2012-04-09 00:29:39 -0400
committerbnewbold <bryan@octopart.com>2012-04-09 00:29:39 -0400
commite603425579788e583e7cbf422a7aed2bbe57b932 (patch)
tree4ceafacc8607dc863e48188ab1dc57bdce3465d1 /.vimrc
parent7021cd93f4630212e5088a2b5c22a49e91631d2c (diff)
downloadopenwrt-repro-e603425579788e583e7cbf422a7aed2bbe57b932.tar.gz
openwrt-repro-e603425579788e583e7cbf422a7aed2bbe57b932.zip
go-specific changes
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 6 insertions, 0 deletions
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