mod(nvim): Can't really hide all statusbar, but that's fine

This commit is contained in:
Léana 江 2023-05-19 23:08:36 +02:00 committed by Léana 江
parent 1edc2474c7
commit 7a6ff1d5c0
2 changed files with 7 additions and 6 deletions

View file

@ -30,6 +30,7 @@ vim.opt.smartindent = true
vim.opt.scrolloff = 14
vim.opt.cmdheight = 0
vim.opt.laststatus = 0
vim.api.nvim_create_autocmd("TextYankPost", {
pattern = "*",