Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 320 Bytes

vim-ace

Vim syntax highlighting for Ace templates

Installation

Write below in your init.vim or .vimrc

" dein.vim
call dein#add('yosssi/vim-ace')

" plugin.toml
[[plugins]]
repo = 'yosssi/vim-ace'

" NeoBundle
NeoBundle 'yosssi/vim-ace'

" vim-plug
Plug 'yosssi/vim-ace'