Fluent syntax highlighting for VIM/NeoVIM.
Using Vundle
- Add
Plugin 'projectfluent/fluent.vim'to~/.vimrc :PluginInstallor$ 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.vimUsing 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 :PlugInstallor$ vim +PlugInstall +qall
Using lazy.nvim
- Add
{ "projectfluent/fluent.vim", ft = "fluent" }to your list of plugins.
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.
