summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-08-03 23:06:52 -0400
committerchristianchiarulli <[email protected]>2021-08-03 23:06:52 -0400
commitde4b509722e4c3d56aa539d8e4806c85b21c73a6 (patch)
treead170217de45a94d99590488fd93f5302d30a679
parent6c6fb67a8835cdcf911ef48ec2c19d553fe7d1a1 (diff)
fix comment string for toml
-rw-r--r--ftplugin/toml.lua1
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]]