Skip to content

Commit cedcf7e

Browse files
committed
docs: users should disable plugins interfering with the winbar
1 parent c576381 commit cedcf7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!--toc:end-->
3030

3131
> [!WARNING]
32-
> **Requires neovim 0.11**
32+
> **Requires neovim 0.11+**
3333
3434
## Installation
3535

@@ -70,6 +70,9 @@ return {
7070
}
7171
```
7272

73+
> [!NOTE]
74+
> `nvim-dap-view` heavily relies on the winbar option. If you're using a plugin that overrides it, consider disabling the plugin for `nvim-dap-view` buffers (e.g., [lualine](https://github.com/igorlfs/nvim-dap-view/issues/36))
75+
7376
## Features
7477

7578
The plugin provides 5 "views" that share the same window (so there's clutter)

0 commit comments

Comments
 (0)