annotate mlir/utils/vim/README @ 194:f2ef29ba5fe2
try to remove setjmp.h start
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Mon, 22 Mar 2021 18:10:23 +0900 |
parents |
1d019706d866 |
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.
|