mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +02:00
nvim/lua/user/plugins/ui/statuscolumn.lua: ignore dap filetypes
This commit is contained in:
parent
4620d33296
commit
2db3ff1c16
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ local opts = function()
|
||||||
'help',
|
'help',
|
||||||
'alpha',
|
'alpha',
|
||||||
'NvimTree',
|
'NvimTree',
|
||||||
|
'dap-repl',
|
||||||
|
'dapui_breakpoints',
|
||||||
|
'dapui_stacks',
|
||||||
|
'dapui_watches',
|
||||||
|
'dapui_scopes',
|
||||||
|
'dapui_console',
|
||||||
},
|
},
|
||||||
segments = {
|
segments = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue