From 628b258500a14ef22e6b01f1fb41b677923f1d05 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 7 Aug 2023 19:24:17 +0200 Subject: websites or sth, idk i'm not a web developer --- nvim/after/ftplugin/html.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/after/ftplugin/html.lua (limited to 'nvim/after/ftplugin/html.lua') diff --git a/nvim/after/ftplugin/html.lua b/nvim/after/ftplugin/html.lua new file mode 100644 index 0000000..ed7f6bb --- /dev/null +++ b/nvim/after/ftplugin/html.lua @@ -0,0 +1,3 @@ +vim.opt.tabstop = 2 +vim.opt.softtabstop = 2 +vim.opt.shiftwidth = 2 -- cgit v1.3.1