Golang Vim is a personal neovim 0.12.1 tuned config.
| Platform | URL |
|---|---|
| GitHub | https://github.com/anoninus/govim |
| GitLab | https://gitlab.com/anoninusxt/govim |
For a fast, lightweight clone (recommended for just using the config):
From GitHub:
git clone --depth 1 git@github.com:anoninus/govim.git ~/.config/nvimFrom GitLab:
git clone --depth 1 git@gitlab.com:anoninusxt/govim.git ~/.config/nvim
--depth 1fetches only the latest snapshot without the full commit history, making it significantly faster.
If you want the complete history:
From GitHub:
git clone git@github.com:anoninus/govim.git ~/.config/nvimFrom GitLab:
git clone git@gitlab.com:anoninusxt/govim.git ~/.config/nvim