Mercurial > hg > CbC > CbC_llvm
annotate mlir/utils/vim/README @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | c4bab56944e8 |
rev | line source |
---|---|
150 | 1 -*- mlir/utils/vim/README -*- |
2 | |
3 This directory contains settings for the vim editor to work on MLIR *.mlir | |
4 files. It comes with filetype detection rules in the (ftdetect), | |
5 syntax highlighting (syntax), some minimal sensible default settings (ftplugin) | |
6 and indentation plugins (indent). | |
7 | |
8 To install, copy all subdirectories to your $HOME/.vim/, or if you | |
9 prefer, create symlinks to the files here. |