llvm/mlir/utils/vim
Uday Bondhugula e8d43cafe6 Add vim scripts for indent/syntax
- 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
2019-08-28 23:23:19 -07: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 Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
README Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00

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