Skip to content

Commit a894c90

Browse files
authored
Update README.md
1 parent 30298f7 commit a894c90

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,7 @@ Plugins and their configuration to look out for in either of those files are:
4949
}
5050
```
5151

52-
Quarto-nvim requires Neovim >= **v0.9.0** (<https://github.com/neovim/neovim/releases/tag/stable>).
53-
If you are unable to update Neovim, you can specify a specific version of the plugins
54-
involved instead of the latest stable version.
55-
How you do this will vary depending on your plugin manager, but you can see one example using `lazy.nvim` here:
56-
<https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/nvim-0.8.3/lua/plugins/quarto.lua>
57-
58-
The `version = ...` lines to look out for are for the following plugins:
59-
60-
```lua
61-
{
62-
'quarto-dev/quarto-nvim',
63-
'jmbuhr/otter.nvim',
64-
'nvim-treesitter/nvim-treesitter'
65-
}
66-
```
52+
Quarto-nvim requires the latest [Neovim stable version](https://github.com/neovim/neovim/releases/tag/stable) (>= `v0.10.0`).
6753

6854
## Usage
6955

0 commit comments

Comments
 (0)