4 lines
132 B
VimL
4 lines
132 B
VimL
|
setlocal makeprg=luacheck\ --formatter=plain
|
||
|
setlocal textwidth=120
|
||
|
let b:undo_ftplugin = "setlocal makeprg= | setlocal textwidth="
|