/fecs-vim

Another FECS plugin for VIM.

Primary LanguageVimL

fecs-vim

Another light FECS plugin for VIM.

If you want more powerful plugin, please try fecs.vim.

Installation

Please install FECS and Pathogen first, and then:

git clone https://github.com/treelite/fecs-vim.git ~/.vim/bundle/fecs-vim

Usage

Use :FECS to check your code.

Tips

Quick mapping in your ~/.vimrc:

nmap <F5> :FECS<CR>