diff options
author | Squibid <me@zacharyscheiman.com> | 2025-01-24 13:56:11 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-01-24 13:56:11 -0600 |
commit | 8eaa615596be321a3be12378c5e7d65cc7e482b6 (patch) | |
tree | 53fe601048ea302962420de4feff465e4c7d9317 /lua/conf/opts.lua | |
parent | a0ebc39b59a98a69fbb6abf150f86dc4e19987a3 (diff) | |
download | nvim-8eaa615596be321a3be12378c5e7d65cc7e482b6.tar.gz nvim-8eaa615596be321a3be12378c5e7d65cc7e482b6.tar.bz2 nvim-8eaa615596be321a3be12378c5e7d65cc7e482b6.zip |
Diffstat (limited to 'lua/conf/opts.lua')
-rw-r--r-- | lua/conf/opts.lua | 2 |
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 |