~gnkv/vim-gol

A lightweight vim plugin for Go - personal fork of vim-go https://github.com/fatih/vim-go
sytax: drop unused highlights
syntax: add any and comparable types

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gnkv/vim-gol
read/write
git@git.sr.ht:~gnkv/vim-gol

You can also use your local clone with git send-email.

#vim-gol

A lightweight vim plugin for Go

It is a fork of vim-go with removed all unnecessary functionality (that I don't use or possible to replace with vim-lsp).

#Features

  • Compile your package with :GoBuild.
  • Test it with :GoTest, run a single test with :GoTestFunc.
  • Quickly execute your current file(s) with :GoRun.
  • Improved syntax highlighting and folding.
  • See which code is covered by tests with :GoCoverage.
  • Most commands are run asynchronous in Neovim and Vim 8. Fully async building and testing.
  • Integrated with the Neovim terminal, launch :GoRun and other Go commands in a terminal buffer.
  • Supports integration with the Tagbar plugin.

#Dependencies