mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/statuscolumn: ignore terminal buffers
This commit is contained in:
parent
e94ad72884
commit
6b3652b741
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ local opts = function()
|
|||
'dapui_console',
|
||||
},
|
||||
bt_ignore = {
|
||||
"nofile"
|
||||
"nofile",
|
||||
"terminal"
|
||||
},
|
||||
segments = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue