aboutsummaryrefslogtreecommitdiff
path: root/lua/user/opts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/opts.lua')
-rw-r--r--lua/user/opts.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua
index 51b3628..3200cd5 100644
--- a/lua/user/opts.lua
+++ b/lua/user/opts.lua
@@ -53,6 +53,7 @@ vim.opt.ttimeoutlen = 10 --
-- Indent/tab
vim.opt.breakindent = true --
vim.opt.autoindent = true -- Indent according to previous line.
+vim.opt.copyindent = true -- Copy indent from the previous line
vim.opt.smarttab = false --
vim.opt.tabstop = 2 --
vim.opt.expandtab = true -- Indent according to previous line.