diff --git a/README.md b/README.md index 50fb895..b50b166 100644 --- a/README.md +++ b/README.md @@ -49,21 +49,7 @@ Plugins and their configuration to look out for in either of those files are: } ``` -Quarto-nvim requires Neovim >= **v0.9.0** (). -If you are unable to update Neovim, you can specify a specific version of the plugins -involved instead of the latest stable version. -How you do this will vary depending on your plugin manager, but you can see one example using `lazy.nvim` here: - - -The `version = ...` lines to look out for are for the following plugins: - -```lua -{ - 'quarto-dev/quarto-nvim', - 'jmbuhr/otter.nvim', - 'nvim-treesitter/nvim-treesitter' -} -``` +Quarto-nvim requires the latest [Neovim stable version](https://github.com/neovim/neovim/releases/tag/stable) (>= `v0.10.0`). ## Usage