diff options
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 |