From 542613a0f58ccb3722c93b4b68677d7b5053fd57 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 15:29:11 +0200 Subject: Add nvim --- public/nvim/.nvim/ftplugin/sh.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/nvim/.nvim/ftplugin/sh.lua (limited to 'public/nvim/.nvim/ftplugin/sh.lua') diff --git a/public/nvim/.nvim/ftplugin/sh.lua b/public/nvim/.nvim/ftplugin/sh.lua new file mode 100644 index 0000000..4c20ce4 --- /dev/null +++ b/public/nvim/.nvim/ftplugin/sh.lua @@ -0,0 +1,6 @@ +local l = vim.opt_local + +l.expandtab = true +l.smartindent = true +l.tabstop = 8 +l.shiftwidth = 8 -- cgit v1.2.3