Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr authored Jul 9, 2024
1 parent 30298f7 commit a894c90
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** (<https://github.com/neovim/neovim/releases/tag/stable>).
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:
<https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/nvim-0.8.3/lua/plugins/quarto.lua>

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

Expand Down

0 comments on commit a894c90

Please sign in to comment.