mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-18 08:23:40 -05:00
15 lines
260 B
VimL
15 lines
260 B
VimL
if polyglot#init#is_disabled(expand('<sfile>:p'), 'dhall', 'ftplugin/dhall.vim')
|
|
finish
|
|
endif
|
|
|
|
if exists('b:dhall_ftplugin')
|
|
finish
|
|
endif
|
|
let b:dhall_ftplugin = 1
|
|
|
|
setlocal commentstring=--\ %s
|
|
|
|
set smarttab
|
|
|
|
au BufNewFile,BufRead *.dhall setl shiftwidth=2
|