File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments