aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/sh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin/sh.lua')
-rw-r--r--nvim/ftplugin/sh.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/ftplugin/sh.lua b/nvim/ftplugin/sh.lua
new file mode 100644
index 0000000..cda52f1
--- /dev/null
+++ b/nvim/ftplugin/sh.lua
@@ -0,0 +1,4 @@
1local opt = vim.opt_local
2
3opt.expandtab = true
4opt.shiftwidth = 2