# llvm.vim **Repository Path**: mirrors_llvm/llvm.vim ## Basic Information - **Project Name**: llvm.vim - **Description**: Vim filetype support for LLVM (mirrored from llvm-project) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-06 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.