mirror of
https://github.com/pnx/dotfiles
synced 2026-08-23 11:38:12 +02:00
nvim/lua/user/plugins/ui/statusline.lua: ignore dap filetypes
This commit is contained in:
parent
2db3ff1c16
commit
330d1a0ad6
1 changed files with 7 additions and 1 deletions
|
|
@ -47,7 +47,13 @@ local options = {
|
||||||
winbar = {
|
winbar = {
|
||||||
"neo-tree",
|
"neo-tree",
|
||||||
"NvimTree",
|
"NvimTree",
|
||||||
"alpha"
|
"alpha",
|
||||||
|
'dap-repl',
|
||||||
|
'dapui_breakpoints',
|
||||||
|
'dapui_stacks',
|
||||||
|
'dapui_watches',
|
||||||
|
'dapui_scopes',
|
||||||
|
'dapui_console',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
theme = {
|
theme = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue