Fluent syntax highlighting for VIM/NeoVIM.
Using Vundle
- Add
Plugin 'projectfluent/fluent.vim'
to~/.vimrc
:PluginInstall
or$ vim +PluginInstall +qall
Note: Vundle will not automatically detect Rust files properly if filetype on
is executed before Vundle. Please check the quickstart for more details.
Using Pathogen
git clone --depth=1 https://github.com/projectfluent/fluent.vim.git ~/.vim/bundle/fluent.vim
Using NeoBundle
- Add
NeoBundle 'projectfluent/fluent.vim'
to~/.vimrc
- Re-open vim or execute
:source ~/.vimrc
Using vim-plug
- Add
Plug 'projectfluent/fluent.vim'
to~/.vimrc
:PlugInstall
or$ vim +PlugInstall +qall
The syntax highlighting is very basic and fragile at the moment. Feel free to take over and improve - we'll gladly accept patches.
Find out more about Project Fluent at projectfluent.org, including links to implementations, and information about how to get involved.