An open API service indexing awesome lists of open source software.

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

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)