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

10 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

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.

About

Fluent Syntax Highlighting for vim/neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published