vim-nomsu/ftplugin/nomsu.vim

17 lines
315 B
VimL
Raw Normal View History

2017-09-12 23:00:42 -07:00
" Language: Nomsu
" Maintainer: Bruce Hill <bruce@bruce-hill.com>
" License: WTFPL
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal formatoptions-=t
setlocal iskeyword+=%
setlocal cpoptions+=M
2018-07-27 13:15:26 -07:00
setlocal foldmethod=indent
2018-07-27 13:20:09 -07:00
normal zR
2017-09-12 23:00:42 -07:00
let b:undo_ftplugin = "setlocal formatoptions<"