mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
mod(nvim): Can't really hide all statusbar, but that's fine
This commit is contained in:
parent
1edc2474c7
commit
7a6ff1d5c0
2 changed files with 7 additions and 6 deletions
|
|
@ -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 = "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue