summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/terraform.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/terraform.lua b/ftplugin/terraform.lua
index 069b93b..4ff1c9a 100644
--- a/ftplugin/terraform.lua
+++ b/ftplugin/terraform.lua
@@ -1,3 +1,3 @@
-- for gc comments to work
-vim.bo.commentstring = '# %s'
-vim.b.undo_ftplugin = 'setl commentstring<'
+vim.bo.commentstring = "# %s"
+vim.b.undo_ftplugin = "setl commentstring<"