From 49d6cd7aa2520a86d412c531975096184c2ecd3b Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Sun, 18 Jun 2023 12:59:59 -0400 Subject: [PATCH] Set indent to 2 in html files --- after/ftplugin/html.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/html.lua diff --git a/after/ftplugin/html.lua b/after/ftplugin/html.lua new file mode 100644 index 0000000..906533a --- /dev/null +++ b/after/ftplugin/html.lua @@ -0,0 +1,2 @@ +vim.opt.sw=2 +vim.opt.ts=2