You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can control how the text is displayed for some views, using special `format` functions. Each customizable view has its own parameters, but the expected return type is the same: an array of `{part: string, hl?: string}`. The `part` is the "content" itself, and `hl` is one of `nvim-dap-view`'s [highlight groups](./highlight-groups) (without the `NvimDapView` prefix).
7
+
8
+
## Threads
9
+
10
+
You can manipulate the frame _name_ (usually the function name), its line and path.
11
+
12
+
### Examples
13
+
14
+
#### Display just the file name, instead of relative path
---@fieldhidestring[] List of adapters for which the terminal should be hidden
15
20
---@fieldpositiondapview.Position|fun(position: dapview.Position): dapview.Position Can be a function, receiving the main window's position as its argument
@@ -68,8 +73,12 @@ local M = {}
68
73
---@classdapview.HelpConfig
69
74
---@fieldborder? string|string[] Override `winborder` in the help window
0 commit comments