diff options
author | Teddy Wing | 2019-05-08 16:10:23 +0200 |
---|---|---|
committer | Teddy Wing | 2019-05-08 16:17:51 +0200 |
commit | 44364dae906b050a0400a37a9d60ffb2c5a83045 (patch) | |
tree | d937e62bc075bdbce6b490fcc9f8f1880f07a3c5 /spell | |
parent | 07aa6d4f376e1d2a03b2a194f6b5d77c53f5d520 (diff) | |
download | dotvim-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 'spell')
0 files changed, 0 insertions, 0 deletions