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

Sun, 25 Jun 2023 22:53:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 25 Jun 2023 22:53:55 -0500
changeset 1120
8f8a93daa98c
parent 1063
2763a54b0410
child 1125
58490a30d6fb
permissions
-rw-r--r--

Move fidget.nvim to "legacy" branch

1029
9265f8508e4c Copy other ft and plugin settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 setl et sw=2
1063
2763a54b0410 configure stylua
Meredith Howard <mhoward@roomag.org>
parents: 1029
diff changeset
2
2763a54b0410 configure stylua
Meredith Howard <mhoward@roomag.org>
parents: 1029
diff changeset
3 if executable("stylua")
2763a54b0410 configure stylua
Meredith Howard <mhoward@roomag.org>
parents: 1029
diff changeset
4 setl equalprg=stylua\ -s\ -
2763a54b0410 configure stylua
Meredith Howard <mhoward@roomag.org>
parents: 1029
diff changeset
5 endif

mercurial