llvm-project/mlir/utils/vim
Sean Silva 129d6e554e [mlir] Move `std.tensor_cast` -> `tensor.cast`.
This is almost entirely mechanical.

Differential Revision: https://reviews.llvm.org/D93357
2020-12-17 16:06:56 -08:00
..
ftdetect Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
ftplugin Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
indent Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
syntax [mlir] Move `std.tensor_cast` -> `tensor.cast`. 2020-12-17 16:06:56 -08:00
README Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00

README

-*- 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.