mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
12 lines
281 B
VimL
12 lines
281 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1
|
|
|
|
if !exists('g:puppet_align_hashes')
|
|
let g:puppet_align_hashes = 1
|
|
endif
|
|
|
|
if g:puppet_align_hashes
|
|
inoremap <buffer> <silent> => =><Esc>:call puppet#align#AlignHashrockets()<CR>$a
|
|
endif
|
|
|
|
endif
|