summaryrefslogtreecommitdiffstats
path: root/lua/conf/opts.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/opts.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/conf/opts.lua b/lua/conf/opts.lua
index 91c8055..db75358 100644
--- a/lua/conf/opts.lua
+++ b/lua/conf/opts.lua
@@ -3,6 +3,8 @@ if vim.fn.has("termguicolors") then
vim.opt.termguicolors = true
end
+vim.opt.laststatus = 3
+
-- buffer
vim.opt.scrolloff = 5
vim.opt.wrap = true -- wraping lines