From de4b509722e4c3d56aa539d8e4806c85b21c73a6 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 3 Aug 2021 23:06:52 -0400 Subject: fix comment string for toml --- ftplugin/toml.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/toml.lua (limited to 'ftplugin/toml.lua') 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]] -- cgit v1.2.3 From e504e1f08cde5893cf6a6c39fd1029fced21b996 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 4 Aug 2021 09:58:24 +0430 Subject: fix formatting and linting (#1220) --- ftplugin/toml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/toml.lua') diff --git a/ftplugin/toml.lua b/ftplugin/toml.lua index 0b5f845f..701685a4 100644 --- a/ftplugin/toml.lua +++ b/ftplugin/toml.lua @@ -1 +1 @@ -vim.cmd[[setlocal commentstring=#%s]] +vim.cmd [[setlocal commentstring=#%s]] -- cgit v1.2.3