https://github.com/llvm/llvm.vim
Vim filetype support for LLVM (mirrored from llvm-project)
https://github.com/llvm/llvm.vim
Last synced: 11 months ago
JSON representation
Vim filetype support for LLVM (mirrored from llvm-project)
- Host: GitHub
- URL: https://github.com/llvm/llvm.vim
- Owner: llvm
- License: other
- Created: 2024-08-24T18:10:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:08:40.000Z (over 1 year ago)
- Last Synced: 2024-12-04T17:23:02.228Z (over 1 year ago)
- Language: Vim Script
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# llvm.vim
This repository mirrors the upstream vim syntax configuration files from
[`llvm/llvm-project`](https://github.com/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:
```sh
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`](https://github.com/llvm/llvm-project) repo. The
changes are synced to this repository daily.