1
0
Fork 0
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:
Henrik Hautakoski 2026-05-14 22:48:26 +02:00
parent e94ad72884
commit 6b3652b741

View file

@ -18,7 +18,8 @@ local opts = function()
'dapui_console', 'dapui_console',
}, },
bt_ignore = { bt_ignore = {
"nofile" "nofile",
"terminal"
}, },
segments = { segments = {
{ {