summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/puppet.vim
blob: 64b1699bb3cc69df3abc58dfce727594d67a77e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if !has_key(g:polyglot_is_disabled, 'puppet')
  finish
endif

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