icedman / vim-textmate

12 stars 1 forks source link


vim-textmate

A textmate-based syntax highlighter to vim, compatible with VScode themes and grammars

"Buy Me A Coffee"

Install

git clone http://github.com/icedman/vim-textmate
cd vim-textmate
make

.vimrc

luafile ~/.vim/lua/vim-textmate/vim-textmate.lua

To preset a theme

lua txmt_set_theme("Dracula")

via Plugged

Add to your .vimrc:

Plug 'icedman/vim-textmate'

And also:

luafile ~/.vim/plugged/vim-textmate/vim-textmate.lua

Themes and Grammars

Theme and grammar packages will be searched in the following locations:

~/.vim/lua/vim-textmate/extensions/
~/.vscode/extensions/
~/.editor/extensions/

Commands

Warning