summaryrefslogtreecommitdiffstats
path: root/ftplugin/i3.vim
blob: 6470f448214626627d039d4df35895a5fef4cbc7 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1
  
setlocal commentstring=#\ %s

endif