Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marekmaskarinec/vim-umka

Umka syntax highlighting for vim
https://github.com/marekmaskarinec/vim-umka

syntax-highlighting umka vim vim-plugin

Last synced: 4 days ago
JSON representation

Umka syntax highlighting for vim

Awesome Lists containing this project

README

        

# vim-umka
Umka syntax highlighting for vim. Largely inspired by [vim-ft-go](https://github.com/google/vim-ft-go) and [vim-wren](https://github.com/lluchs/vim-wren).

## install

### vim-plug

add this to your `.vimrc`:

```
call plug#begin()
...
Plug 'marekmaskarinec/vim-umka'
...
call plug#end()
```