diff options
author | Christian Segundo | 2024-01-05 13:38:04 +0100 |
---|---|---|
committer | Christian Segundo | 2024-01-05 13:39:59 +0100 |
commit | 66995e21bbe7e1bdc7406badff02c6b1d884bced (patch) | |
tree | e2099a386fa8a6cf1678f19f2369ce9bf40873bf /public/nvim/.nvim/ftplugin | |
parent | b261a27e89728d375c26ebb2234bb1560885b681 (diff) | |
download | dotfiles-66995e21bbe7e1bdc7406badff02c6b1d884bced.tar.gz |
lol use tabs
Diffstat (limited to 'public/nvim/.nvim/ftplugin')
-rw-r--r-- | public/nvim/.nvim/ftplugin/sh.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |