mod(nvim, tmux): moved status bar back down

This commit is contained in:
Léana 江 2023-05-20 13:41:45 +02:00 committed by Léana 江
parent 8c5a2026b1
commit d8094ebb1c
3 changed files with 12 additions and 12 deletions

View file

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