diff options
author | christianchiarulli <[email protected]> | 2021-08-03 23:06:52 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-03 23:06:52 -0400 |
commit | de4b509722e4c3d56aa539d8e4806c85b21c73a6 (patch) | |
tree | ad170217de45a94d99590488fd93f5302d30a679 | |
parent | 6c6fb67a8835cdcf911ef48ec2c19d553fe7d1a1 (diff) |
fix comment string for toml
-rw-r--r-- | ftplugin/toml.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/toml.lua b/ftplugin/toml.lua new file mode 100644 index 00000000..0b5f845f --- /dev/null +++ b/ftplugin/toml.lua @@ -0,0 +1 @@ +vim.cmd[[setlocal commentstring=#%s]] |