diff --git a/config/nvim/lua/user/options.lua b/config/nvim/lua/user/options.lua index 60d7d69..5777989 100644 --- a/config/nvim/lua/user/options.lua +++ b/config/nvim/lua/user/options.lua @@ -33,6 +33,7 @@ opt.showcmd = false opt.guicursor = "a:block,i:ver25" opt.fileformat = "unix" opt.fileformats = { "unix", "dos", "mac" } +opt.laststatus = 3 -- if vim.fn.has("win32") == 1 then -- opt.shell = "powershell.exe"