diff options
| author | jdhao <jdhao@hotmail.com> | 2021-04-12 00:31:21 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-04-12 00:31:21 +0800 |
| commit | 9e3a831ec4ba5d14b839fcd379d3ece8ddeeedb3 (patch) | |
| tree | 851a38ab99b2ef3a15321a45acb383dcbb27d63d /after/ftplugin/lua.vim | |
| parent | 2228268fd6d4690a47ae8e86aeaade09f022199d (diff) | |
update lua filetype settings
Diffstat (limited to 'after/ftplugin/lua.vim')
| -rw-r--r-- | after/ftplugin/lua.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/lua.vim b/after/ftplugin/lua.vim new file mode 100644 index 0000000..62a5174 --- /dev/null +++ b/after/ftplugin/lua.vim @@ -0,0 +1,2 @@ +" Disable inserting comment leader after hitting o or O +set formatoptions-=o |
