Skip to content

Commit

Permalink
docs(readme): replace link to neodev.nvim with link to lazydev.nvim (#…
Browse files Browse the repository at this point in the history
…423)

neodev.nvim is now end of life and users are encouraged to migrate to lazydev.nvim.
  • Loading branch information
jonathanballs authored Jun 19, 2024
1 parent f30bab1 commit 87d85a1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,9 @@ require("neotest").setup({

See `:h neotest.Config` for configuration options and `:h neotest.setup()` for the default values.

It is highly recommended to use [neodev.nvim](https://github.com/folke/neodev.nvim) to enable type checking for neotest to get
It is highly recommended to use [lazydev.nvim](https://github.com/folke/lazydev.nvim) to enable type checking for neotest to get
type checking, documentation and autocompletion for all API functions.

```lua
require("neodev").setup({
library = { plugins = { "neotest" }, types = true },
...
})
```

The default icons use [codicons](https://github.com/microsoft/vscode-codicons).
It's recommended to use this [fork](https://github.com/ChristianChiarulli/neovim-codicons) which fixes alignment issues
for the terminal. If your terminal doesn't support font fallback and you need to have icons included in your font, you can patch it via [Font Patcher](https://github.com/ryanoasis/nerd-fonts#option-8-patch-your-own-font).
Expand Down

0 comments on commit 87d85a1

Please sign in to comment.