Files
vim-polyglot/ftplugin/sxhkdrc.vim
Adam Stankiewicz cc63193ce8 Update
2021-03-01 13:44:50 +01:00

16 lines
300 B
VimL

if polyglot#init#is_disabled(expand('<sfile>:p'), 'sxhkd', 'ftplugin/sxhkdrc.vim')
finish
endif
if exists("b:did_ftplugin")
finish
endif
setlocal cms=#%s
if exists('b:undo_ftplugin')
let b:undo_ftplugin .= "|setlocal commentstring<"
else
let b:undo_ftplugin = "setlocal commentstring<"
endif