Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.48 KB

fluent.vim

Fluent syntax highlighting for VIM/NeoVIM.

Screenshot

Installation

Using Vundle

  1. Add Plugin 'projectfluent/fluent.vim' to ~/.vimrc
  2. :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

  1. Add NeoBundle 'projectfluent/fluent.vim' to ~/.vimrc
  2. Re-open vim or execute :source ~/.vimrc

Using vim-plug

  1. Add Plug 'projectfluent/fluent.vim' to ~/.vimrc
  2. :PlugInstall or $ vim +PlugInstall +qall

Status

The syntax highlighting is very basic and fragile at the moment. Feel free to take over and improve - we'll gladly accept patches.

Learn more

Find out more about Project Fluent at projectfluent.org, including links to implementations, and information about how to get involved.