memgraph/tools/vim-lcp/README.md
Teon Banek da9dc10373 Add a LCP syntax highlighter for vim
Reviewers: buda, msantl, mtomic, mferencevic, ipaljak, mculinovic, vkasljevic, mpetricevic

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1548
2018-08-22 11:06:25 +02:00

15 lines
529 B
Markdown

# 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](https://github.com/VundleVim/Vundle.vim).
ln -s <path-to-memgraph>/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.