https://github.com/johejo/gomod.vim
Vim syntax highlight for go.mod
https://github.com/johejo/gomod.vim
gomod gomodule mod vim vim-syntax-highlight
Last synced: about 2 months ago
JSON representation
Vim syntax highlight for go.mod
- Host: GitHub
- URL: https://github.com/johejo/gomod.vim
- Owner: johejo
- License: other
- Created: 2020-01-04T11:38:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T10:45:06.000Z (over 4 years ago)
- Last Synced: 2025-04-11T04:15:07.912Z (about 2 months ago)
- Topics: gomod, gomodule, mod, vim, vim-syntax-highlight
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomod.vim
Vim syntax highlight for go.mod
## Notes
Syntax and ftdetect were ported from [fatih/vim-go](https://github.com/fatih/vim-go).
All thanks to vim-go.
## Installation
For [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'johejo/gomod.vim'
```For [dein.vim](https://github.com/Shougo/dein.vim)
```vim
call dein#add('johejo/gomod.vim')
```## License
MIT
## Author
Mitsuo Heijo (johejo)