diff --git a/README.md b/README.md index db96450..6a9e309 100644 --- a/README.md +++ b/README.md @@ -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).