mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-16 12:24:40 +02:00
fix: fixing laststatus harder
This commit is contained in:
parent
3cb939bf2f
commit
b954329f98
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -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
|
||||
end
|
||||
|
||||
vim.opt.laststatus = 3
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue