hide termopen from tab list (and buffer list)

main
Zynh0722 2023-11-14 21:57:08 -08:00
parent cbe4cfe4fe
commit e1414fab21
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ require("config.lazy")
if vim.loader then
vim.loader.enable()
end
vim.api.nvim_create_autocmd({ "TermOpen" }, {
command = "set nobuflisted",
})