hide termopen from tab list (and buffer list)
This commit is contained in:
parent
cbe4cfe4fe
commit
e1414fab21
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -4,3 +4,7 @@ require("config.lazy")
|
||||||
if vim.loader then
|
if vim.loader then
|
||||||
vim.loader.enable()
|
vim.loader.enable()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd({ "TermOpen" }, {
|
||||||
|
command = "set nobuflisted",
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in a new issue