/gomod.vim

Golang go.mod syntax highlighting

Primary LanguageVim ScriptMIT LicenseMIT

Gomod.vim

Golang go.mod syntax highlighting plugin.

demo

Install

  • vim8 builtin package manager:
$ mkdir -p ~/.vim/pack/golang/start
$ cd ~/.vim/pack/golang/start
$ git clone https://github.com/maralla/gomod.vim.git
$ pack install maralla/gomod.vim
Plug 'maralla/gomod.vim'