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

Tue, 30 Apr 2024 21:53:24 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 30 Apr 2024 21:53:24 -0500
changeset 1152
59d9ca2ec2fd
parent 1125
58490a30d6fb
child 1163
40367220022e
permissions
-rw-r--r--

Match LSP maps to neovim 0.10 defs

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")
1125
58490a30d6fb Stop misusing equalprg
Meredith Howard <mhoward@roomag.org>
parents: 1063
diff changeset
4 setl formatprg=stylua\ -s\ -
1063
2763a54b0410 configure stylua
Meredith Howard <mhoward@roomag.org>
parents: 1029
diff changeset
5 endif

mercurial