vim-polyglot/ftplugin/i3.vim

6 lines
115 B
VimL
Raw Normal View History

2017-02-02 15:54:55 -05:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1
setlocal commentstring=#\ %s
endif