blif.vim
is a plugin to provide syntax highlighting for the blif language from U.C. Berkeley. Once installed, .blif
files opened in vim
or nvim
will be displayed with syntax highlighting correctly.
This plugin supports both vim
and neovim
.
If you prefer using nano
, you might want to check out blif.nanorc
The following instructions assume you have installed Tim Pope's Pathogen. If you haven't done so already, install it following the instruction from its repo.
To install this plugin in vim
, run the following command:
mkdir -p ~/.vim/bundle && \
git clone https://github.com/lbrame/blif.vim ~/.vim/bundle
neovim
users will need to run this command instead:
mkdir -p ~/.config/nvim/bundle && \
git clone https://github.com/lbrame/blif.vim ~/.config/nvim/bundle
Restart vim
for the changes to take effect.