feat: hiding the terminal-line if statusline is available

This commit is contained in:
Ward Truyen
2026-04-20 21:13:06 +02:00
parent 7ca47a7120
commit 1ee9a1932c

View File

@@ -13,5 +13,6 @@ return {
},
extensions = { "nvim-tree" },
})
vim.o.cmdheight = 0
end,
}