/vim-llvm

Mirror of the Vim plugin files in the LLVM tree.

Primary LanguageVimLOtherNOASSERTION

Vim LLVM

This repository is a mirror of llvm/utils/vim from LLVM meant for plugin managers. It provides filetype recognition, syntax highlighting, and indentation for the LLVM assembly language.

Installation

I recommend using vim-plug:

Plug 'mk12/vim-llvm', { 'for': 'llvm' }

License

LLVM is available under the University of Illinois/NCSA Open Source License; see LICENSE for details.