diff options
Diffstat (limited to 'after/ftplugin/crystal.lua')
| -rw-r--r-- | after/ftplugin/crystal.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/crystal.lua b/after/ftplugin/crystal.lua new file mode 100644 index 0000000..706425a --- /dev/null +++ b/after/ftplugin/crystal.lua @@ -0,0 +1,2 @@ +vim.bo.formatprg = "crystal tool format -" +vim.bo.commentstring = "# %s" |
