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