mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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',
|
'dapui_console',
|
||||||
},
|
},
|
||||||
bt_ignore = {
|
bt_ignore = {
|
||||||
"nofile"
|
"nofile",
|
||||||
|
"terminal"
|
||||||
},
|
},
|
||||||
segments = {
|
segments = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue