dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 674bdd7d93f56b1fbc0193ae7ed81e163cbbe081
parent ee2337c6b4f4ea940a81cd8e2fb612e63b43e4d2
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 27 Feb 2018 08:59:01 -0500

Disable Go plugin version warning

Diffstat:
Mlinks/.vim/plugins.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim @@ -105,6 +105,8 @@ let g:rainbow_active = 1 " toggle with :RainbowToggle let g:foldsearch_disable_mappings = 1 let g:gitgutter_map_keys = 0 +let g:go_version_warning = 0 + " vim-markdown configuration " navigate headers with ]] and [[ " format a table with :TableFormat