.config/nvim/after/ftplugin/lua.vim

Sun, 05 May 2024 13:39:31 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 May 2024 13:39:31 -0500
changeset 1158
0e7310186a57
parent 1125
58490a30d6fb
child 1163
40367220022e
permissions
-rw-r--r--

luafy AutoFmtToggle

setl et sw=2

if executable("stylua")
  setl formatprg=stylua\ -s\ -
endif

mercurial