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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 -*- mlir/utils/vim/README -*-
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 This directory contains settings for the vim editor to work on MLIR *.mlir
anatofuz
parents:
diff changeset
4 files. It comes with filetype detection rules in the (ftdetect),
anatofuz
parents:
diff changeset
5 syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
anatofuz
parents:
diff changeset
6 and indentation plugins (indent).
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 To install, copy all subdirectories to your $HOME/.vim/, or if you
anatofuz
parents:
diff changeset
9 prefer, create symlinks to the files here.