Skip to content

Commit f017edd

Browse files
committed
feat(migration): add comment about new v:count support for diagnostic navigation
1 parent b55d420 commit f017edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/configuration/v5_migration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Some changes have been made that do not necessarily require any user interventio
231231
- Neovim v0.11 adds a ton of great new features such as `vim.lsp.foldexpr` and context based comment strings. When using Neovim v0.11 we disable a few plugins and just rely on core features
232232
- `Comment.nvim` and `nvim-ts-context-commentstring` are disabled in Neovim v0.11 in favor of the built in commenting features
233233
- `nvim-ufo` is disabled in Neovim v0.11 in favor of the new AstroUI based fold expression. This provides a much clearer implementation of folding rather than relying on the "manual" fold method which can lead to some strange behavior.
234+
- With Neovim v0.11 diagnostic navigation bindings (`[d`/`]d`/`[w`/`]w`/`[e`/`]e`) support `v:count`, for example `3]e` will navigate 3 errors forward.
234235
- New mappings `gco` and `gcO` for inserting new comments below and above the current line
235236
- New mappings `<Leader>uv` and `<Leader>uV` for toggling diagnostic virtual text and virtual lines (virtual lines are only available in Neovim v0.11 and can replace plugins such as `lsp_lines.nvim`)
236237
- New mapping `gO` for document symbols to align with new core Neovim default LSP mappings

0 commit comments

Comments
 (0)