aboutsummaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index a33decb..aea781e 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -2,6 +2,9 @@ local options = {
completeopt = { "menuone", "noselect" },
tabstop = 4,
shiftwidth = 2,
+ smarttab = true,
+ softtabstop = 0,
+ expandtab = true,
scrolloff = 5,
number = true,
relativenumber = true,