summaryrefslogtreecommitdiffstats
path: root/lua/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/options.lua')
-rw-r--r--lua/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/options.lua b/lua/options.lua
index 53fd399..63e9768 100644
--- a/lua/options.lua
+++ b/lua/options.lua
@@ -15,6 +15,8 @@ vim.opt.undolevels = 1000
vim.opt.showmode = false
vim.opt.smartindent = true
vim.opt.shiftwidth = 4
+vim.opt.tabstop = 4
+vim.opt.softtabstop = 4
vim.opt.number = true
vim.opt.scrolloff = 20
vim.opt.numberwidth = 5