/vim-ace

Vim syntax highlighting for Ace templates

Primary LanguageVim scriptMIT LicenseMIT

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'