Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 647 Bytes

llvm.vim

This repository mirrors the upstream vim syntax configuration files from llvm/llvm-project in order to make installing and updating more ergonomic.

Installation

Install using your favorite package manager, or use Vim's built-in package support:

mkdir -p ~/.vim/pack/llvm/start
cd ~/.vim/pack/llvm/start
git clone https://github.com/llvm/llvm.vim.git

Contributing

If you would like to improve these syntax files, please submit a pull request to the upstream llvm/llvm-project repo. The changes are synced to this repository daily.