LF syntax highlighting for vim
.
The recommended way to install this plugin is to use a plugin manager like vim-plug.
Add the following to your vimrc
and follow the instructions of the plugin manager.
Plug 'frankaemika/ride-vim'
Clone the repository to a temporary location.
To install the plugin for current user, for linux e.g. to ~/.vim
:
make install PREFIX=~/.vim
or globally, for all users with a vim install location of e.g. /usr/share/vim/vim81
:
sudo make install PREFIX=/usr/share/vim/vim81
Make sure syntax highlighting is enabled and the file type is detected, e.g. in your vimrc
:
syntax on
ride-vim
is licensed under the Apache 2.0 license