Skip to content

Commit b4f0c98

Browse files
chore(build): auto-generate vimdoc
1 parent 56b6869 commit b4f0c98

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

doc/quarto.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Table of Contents *quarto-table-of-contents*
1616
Quarto-nvim provides tools for working on quarto <https://quarto.org/>
1717
manuscripts in Neovim.
1818

19-
Quarto-nvim requires Neovim >= **v0.9.0**
20-
(https://github.com/neovim/neovim/releases/tag/stable).
21-
2219

2320
SETUP *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

5468
USAGE *quarto-quarto-nvim-usage*
5569

0 commit comments

Comments
 (0)