From 66995e21bbe7e1bdc7406badff02c6b1d884bced Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Fri, 5 Jan 2024 13:38:04 +0100 Subject: lol use tabs --- public/nvim/.nvim/ftplugin/sh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/nvim') diff --git a/public/nvim/.nvim/ftplugin/sh.lua b/public/nvim/.nvim/ftplugin/sh.lua index 4c20ce4..51e5fc1 100644 --- a/public/nvim/.nvim/ftplugin/sh.lua +++ b/public/nvim/.nvim/ftplugin/sh.lua @@ -1,6 +1,6 @@ local l = vim.opt_local -l.expandtab = true +l.expandtab = false l.smartindent = true l.tabstop = 8 l.shiftwidth = 8 -- cgit v1.2.3