@@ -19,3 +19,5 @@ local commands = require "lvim.core.commands"
commands.load(commands.defaults)
require("lvim.lsp").setup()
+
+vim.opt.laststatus = 3
@@ -30,6 +30,4 @@ function M.config(config)
end
-vim.opt.laststatus = 3
-
return M