Skip to content

Fluent Syntax Highlighting for vim/neovim

License

Notifications You must be signed in to change notification settings

projectfluent/fluent.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Using lazy.nvim

  1. Add { "projectfluent/fluent.vim", ft = "fluent" } to your list of plugins.

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.