Skip to content

Latest commit

 

History

History
 
 

vim-lcp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

vim-lcp

Adds syntax highlighting of LCP files to vim. In the future the plugin may be extended with additional features, such as formatting, new editing commands etc.

Installation

I'm assuming that you are using some kind of plugin manager in vim. If not, check out Vundle.

ln -s /tools/vim-lcp ~/.vim/bundle/vim-lcp

After symlinking, edit your vimrc by adding a Plugin 'vim-lcp' directive inside the call vundle#begin() ... call vundle#end() block.