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

Sun, 05 Mar 2023 18:40:03 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 Mar 2023 18:40:03 -0600
changeset 1063
2763a54b0410
parent 1029
9265f8508e4c
child 1125
58490a30d6fb
permissions
-rw-r--r--

configure stylua

setl et sw=2

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

mercurial