aboutsummaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorTeddy Wing2019-05-08 16:10:23 +0200
committerTeddy Wing2019-05-08 16:17:51 +0200
commit44364dae906b050a0400a37a9d60ffb2c5a83045 (patch)
treed937e62bc075bdbce6b490fcc9f8f1880f07a3c5 /projects
parent07aa6d4f376e1d2a03b2a194f6b5d77c53f5d520 (diff)
downloaddotvim-44364dae906b050a0400a37a9d60ffb2c5a83045.tar.bz2
vimrc: Add basic 'vim-go' settings
'vim-go' displays this error message when running older versions of Vim: vim-go requires Vim 7.4.2009 or Neovim 0.3.1, but you're using an older version. Please update your Vim for the best vim-go experience. If you really want to continue you can set this to make the error go away: let g:go_version_warning = 0 Note that some features may error out or behave incorrectly. Please do not report bugs unless you're using Vim 7.4.2009 or newer or Neovim 0.3.1.O If I'm running a version of Vim that would cause the error message to display, I'm probably not editing Go code, so it doesn't matter. In this case, the error message just interferes with normal operations. Use `goimports` instead of `go fmt` for on-save formatting.
Diffstat (limited to 'projects')
0 files changed, 0 insertions, 0 deletions