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:
parent
95c5ec66b8
commit
f840514bdc
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue