memgraph/tools/vim-lcp
Teon Banek cf19bbad8f Add basic indentation to vim-lcp plugin
Reviewers: mtomic, mferencevic, msantl, buda

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1718
2018-10-31 15:37:42 +01:00
..
ftdetect Add a LCP syntax highlighter for vim 2018-08-22 11:06:25 +02:00
ftplugin Add basic indentation to vim-lcp plugin 2018-10-31 15:37:42 +01:00
syntax Add a LCP syntax highlighter for vim 2018-08-22 11:06:25 +02:00
README.md Add a LCP syntax highlighter for vim 2018-08-22 11:06:25 +02:00

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.