Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 634 Bytes

openhab-vim

Vim syntax files for openHAB

Installing the syntax-files

Automatic installation

Paste the following code into a commandline

mkdir -p ~/.vim/{ftdetect,syntax} && \
curl -L -o ~/.vim/syntax/openhab.vim https://github.com/cyberkov/openhab-vim/raw/master/syntax/openhab.vim && \
curl -L -o ~/.vim/ftdetect/openhab.vim https://github.com/cyberkov/openhab-vim/raw/master/ftdetect/openhab.vim

Manual installation