hide statusline in NvimTree and terminal buffers

This commit is contained in:
siduck76 2021-06-18 08:40:01 +05:30
parent 74a97956bb
commit a9816eed42
2 changed files with 9 additions and 3 deletions

View file

@ -7,6 +7,7 @@ local function opt(scope, key, value)
end
end
opt("o", "ruler", false)
opt("o", "hidden", true)
opt("o", "ignorecase", true)
opt("o", "splitbelow", true)