Skip to content

AlexeySachkov/llvm-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-vim

Collection of settings for the vim editor to work on llvm *.ll and tablegen *.td files. It comes with filetype detection rules, syntax highlighting, some minimal sensible default settings and indentation plugins.

To install copy all subdirectories to your $HOME/.vim, use your favorite plugin package manager or if you prefer create symlinks to the files here.

NOTE: This is a copy of files included into llvm/llvm-project repo, which is made to allow installation of these files using vim plugin package managers.

Files in this repo correspond to their original counterparts at revision llvm/llvm-project@b7a09de10ffc59dec78a7d4b39bc78d07d3110eb.

Contribution

I would prefer to keep this repo as close as possible to the original llvm/llvm-project. So, for any file which was copied from there, it would be better to contribute directly to llvm/llvm-project.

Contribution guides for llvm-project can be found in the official docs:

However, if you are not familiar with llvm-project, you can submit issues or pull requests directly to this repo and I will forward them to the llvm-project.

About

This repo contains settings for the vim editor to work on llvm *.ll and tablegen *.td files. Files are extracted from llvm/llvm-project to be able to install them using Vundle, for example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors