Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaacker authored and theHamsta committed Apr 5, 2024
1 parent baa5b0d commit 3e8e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Exceptions that caused the debugger to stop are displayed as `NvimDapVirtualText
(linked to `DiagnosticVirtualTextError`). Changed and new variables will be highlighted with
`NvimDapVirtualTextChanged` (default linked to `DiagnosticVirtualTextWarn`).

The behavior of this can plugin can be activated and controlled via a `setup` call
The behavior of this plugin can be activated and controlled via a `setup` call

```lua
require("nvim-dap-virtual-text").setup()
Expand Down

0 comments on commit 3e8e207

Please sign in to comment.