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
|
2018-05-17 20:59:30 -07:00
|
|
|
setlocal iskeyword+=%
|
|
|
|
setlocal cpoptions+=M
|
2018-07-27 13:15:26 -07:00
|
|
|
setlocal foldmethod=indent
|
2017-09-12 23:00:42 -07:00
|
|
|
|
|
|
|
let b:undo_ftplugin = "setlocal formatoptions<"
|