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

Sun, 05 Mar 2023 23:19:03 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 Mar 2023 23:19:03 -0500
changeset 1066
c826661721a8
parent 1063
2763a54b0410
child 1125
58490a30d6fb
permissions
-rw-r--r--

detect presence of nvim

setl et sw=2

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

mercurial