File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ Table of Contents *quarto-table-of-contents*
1616Quarto-nvim provides tools for working on quarto <https://quarto.org/ >
1717manuscripts in Neovim.
1818
19- Quarto-nvim requires Neovim >= **v0.9.0**
20- (https://github.com/neovim/neovim/releases/tag/stable ).
21-
2219
2320SETUP *quarto-quarto-nvim-setup*
2421
@@ -50,6 +47,23 @@ Plugins and their configuration to look out for in this file are:
5047 }
5148<
5249
50+ Quarto-nvim requires Neovim >= **v0.9.0**
51+ (<https://github.com/neovim/neovim/releases/tag/stable >). If you are unable to
52+ update Neovim, you can specify a specific version of the plugins involved
53+ instead of the latest stable version. How you do this will vary depending on
54+ your plugin manager, but you can see one example using `lazy.nvim` here:
55+ <https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/nvim-0.8.3/lua/plugins/quarto.lua >
56+
57+ The `version = ...` lines to look out for are for the following plugins:
58+
59+ >lua
60+ {
61+ 'quarto-dev/quarto-nvim',
62+ 'jmbuhr/otter.nvim',
63+ 'nvim-treesitter/nvim-treesitter'
64+ }
65+ <
66+
5367
5468USAGE *quarto-quarto-nvim-usage*
5569
You can’t perform that action at this time.
0 commit comments