From 3b2163b821f4dbf1003804b9b19fd276dc4bc350 Mon Sep 17 00:00:00 2001 From: tdback Date: Wed, 4 Dec 2024 18:48:24 -0500 Subject: initial commit to new repo --- after/ftplugin/sh.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/sh.lua (limited to 'after/ftplugin/sh.lua') diff --git a/after/ftplugin/sh.lua b/after/ftplugin/sh.lua new file mode 100644 index 0000000..78c5eeb --- /dev/null +++ b/after/ftplugin/sh.lua @@ -0,0 +1,3 @@ +vim.opt_local.shiftwidth = 2 +vim.opt_local.tabstop = 2 +vim.opt_local.expandtab = true -- cgit v1.2.3