Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 303 Bytes

vim-umka

Umka syntax highlighting for vim. Largely inspired by vim-ft-go and vim-wren.

install

vim-plug

add this to your .vimrc:

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