From ed225849156934604dd2bd7db3fc4ad38b95099c Mon Sep 17 00:00:00 2001 From: anth64 Date: Wed, 7 May 2025 14:38:01 +0200 Subject: [PATCH] added rules for html --- after/ftplugin/html.lua | 3 +++ 1 file changed, 3 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..30c5dde --- /dev/null +++ b/after/ftplugin/html.lua @@ -0,0 +1,3 @@ +vim.opt_local.expandtab = true +vim.opt_local.shiftwidth = 2 +vim.opt_local.tabstop = 2