diff options
author | Christian Chiarulli <[email protected]> | 2022-09-20 22:15:03 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2022-09-20 22:15:03 -0400 |
commit | b954329f98189bf4efec48ab0169964ad6722cf7 (patch) | |
tree | 0f057dc2b8862b80fc14cd96117a115530077b68 /init.lua | |
parent | 3cb939bf2fa01769a556ebf5876fe5a84354a8da (diff) |
fix: fixing laststatus harder
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ local commands = require "lvim.core.commands" commands.load(commands.defaults) require("lvim.lsp").setup() + +vim.opt.laststatus = 3 |