You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
e8d43cafe6
- some of it has been adapted from LLVM's vim utils Signed-off-by: Uday Bondhugula <uday@polymagelabs.com> Closes tensorflow/mlir#90 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/90 from bondhugula:vim 22b1c958818c4b09de0ec8e1d7a4893171a03dbf PiperOrigin-RevId: 266071752
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
-*- mlir/utils/vim/README -*-
|
|
|
|
This directory contains settings for the vim editor to work on MLIR *.mlir
|
|
files. It comes with filetype detection rules in the (ftdetect),
|
|
syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
|
|
and indentation plugins (indent).
|
|
|
|
To install, copy all subdirectories to your $HOME/.vim/, or if you
|
|
prefer, create symlinks to the files here.
|