summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/puppet.vim
blob: 6ddb64e0405badeabbe81a001c9a3c27fbb67b1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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