From 7a697b67265c7fe84a1e1f70272bb2446f5b9890 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 18 Mar 2022 20:42:42 +0300 Subject: [PATCH] global statusline :) --- config/nvim/lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) 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"