Files
vim-polyglot/ftplugin/mlir.vim
Adam Stankiewicz eda351ca89 Update
2021-03-10 17:22:05 +01:00

17 lines
322 B
VimL

if polyglot#init#is_disabled(expand('<sfile>:p'), 'llvm', 'ftplugin/mlir.vim')
finish
endif
" Vim filetype plugin file
" Language: MLIR Assembly
" Maintainer: The MLIR team
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal softtabstop=2 shiftwidth=2
setlocal expandtab
setlocal comments+=://