summaryrefslogtreecommitdiff
path: root/public/nvim/.nvim/ftplugin
diff options
context:
space:
mode:
authorChristian Segundo2024-01-05 13:38:04 +0100
committerChristian Segundo2024-01-05 13:39:59 +0100
commit66995e21bbe7e1bdc7406badff02c6b1d884bced (patch)
treee2099a386fa8a6cf1678f19f2369ce9bf40873bf /public/nvim/.nvim/ftplugin
parentb261a27e89728d375c26ebb2234bb1560885b681 (diff)
downloaddotfiles-66995e21bbe7e1bdc7406badff02c6b1d884bced.tar.gz
lol use tabs
Diffstat (limited to 'public/nvim/.nvim/ftplugin')
-rw-r--r--public/nvim/.nvim/ftplugin/sh.lua2
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