Skip to content

Commit

Permalink
docs: add note that nvim-treesitter is not a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and theHamsta committed Jul 2, 2024
1 parent ac8d0da commit 90421eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'theHamsta/nvim-dap-virtual-text'
```

> [!NOTE]
>
> With Neovim 0.9 and above, `nvim-treesitter` is not a dependency.
> This plugin only needs the parsers for the languages you want to use it with.
The hlgroup for the virtual text is `NvimDapVirtualText` (linked to `Comment`).
Exceptions that caused the debugger to stop are displayed as `NvimDapVirtualTextError`
(linked to `DiagnosticVirtualTextError`). Changed and new variables will be highlighted with
Expand Down

0 comments on commit 90421eb

Please sign in to comment.