test out no status bar for nvim

This commit is contained in:
2025-06-02 21:46:00 +05:00
parent 7b2d2dec2d
commit a4757b58f8
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ vim.opt.keymap = "russian-jcukenwin"
vim.opt.iminsert = 0
vim.opt.imsearch = 0
vim.opt.laststatus = 0
vim.g.netrw_banner = 0
vim.opt.lazyredraw = true