rc/vim/after/ftplugin/fdm.vim

8 lines
160 B
VimL
Raw Normal View History

" fdm config syntax "
setlocal commentstring=#%s
" @-@ adds the literal @
setlocal iskeyword+=-
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4