1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/statuscolumn.lua: update ft_ignore and bt_ignore

This commit is contained in:
Henrik Hautakoski 2026-04-17 09:37:52 +02:00
parent 95c5ec66b8
commit f840514bdc

View file

@ -7,6 +7,7 @@ local opts = function()
relculright = true, relculright = true,
ft_ignore = { ft_ignore = {
'help', 'help',
'pager',
'alpha', 'alpha',
'NvimTree', 'NvimTree',
'dap-repl', 'dap-repl',
@ -16,6 +17,9 @@ local opts = function()
'dapui_scopes', 'dapui_scopes',
'dapui_console', 'dapui_console',
}, },
bt_ignore = {
"nofile"
},
segments = { segments = {
{ {
click = "v:lua.ScSa", click = "v:lua.ScSa",