From 85d7d7c082bd84d3c701ceec3d477ee37db5c827 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 18 Feb 2024 08:19:51 +0100 Subject: bootstrap --- ftplugin/sh.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ftplugin/sh.lua (limited to 'ftplugin/sh.lua') diff --git a/ftplugin/sh.lua b/ftplugin/sh.lua new file mode 100644 index 0000000..51e5fc1 --- /dev/null +++ b/ftplugin/sh.lua @@ -0,0 +1,6 @@ +local l = vim.opt_local + +l.expandtab = false +l.smartindent = true +l.tabstop = 8 +l.shiftwidth = 8 -- cgit v1.2.3