Skip to content

Commit 471f536

Browse files
committed
Merge branch 'main' of github.com:quarto-dev/quarto-nvim
2 parents c4216ae + f452119 commit 471f536

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

doc/quarto.txt

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quarto.txt* For Neovim >= 0.8.0 Last change: 2025 March 24
1+
*quarto.txt* For Neovim >= 0.8.0 Last change: 2025 April 08
22

33
==============================================================================
44
Table of Contents *quarto-table-of-contents*
@@ -53,11 +53,11 @@ Example `lazy.nvim` plugin specification:
5353
<
5454

5555
Because Quarto provides a lot of functionality through integration with
56-
existing plugins, we recommend to experiment with the quarto-nvim kickstarter
57-
configuration <https://github.com/jmbuhr/quarto-nvim-kickstarter> and then pick
58-
the relevant parts from the `lua/plugins/quarto.lua`
59-
<https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua>
60-
file to integrate it into your own existing configuration.
56+
existing plugins, you may want to experiment with my config
57+
<https://github.com/jmbuhr/nvim-config> and then pick the relevant parts from
58+
the `lua/plugins/quarto.lua`
59+
<https://github.com/jmbuhr/nvim-config/blob/main/lua/plugins/quarto.lua> file
60+
to integrate it into your own existing configuration.
6161

6262
Plugins and their configuration to look out for in either of those files are:
6363

@@ -71,22 +71,19 @@ Plugins and their configuration to look out for in either of those files are:
7171
}
7272
<
7373

74-
Quarto-nvim requires the latest Neovim stable version
75-
<https://github.com/neovim/neovim/releases/tag/stable> (>= `v0.10.0`).
74+
Quarto-nvim requires Neovim stable version
75+
<https://github.com/neovim/neovim/releases/tag/stable> >= `v0.10.0`.
7676

7777

7878
USAGE *quarto-quarto-nvim-usage*
7979

8080

8181
CONFIGURE ~
8282

83-
You can pass a lua table with options to the setup function as shown in
84-
quarto-nvim-kickstarter/..quarto.lua
85-
<https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua>
86-
87-
It will be merged with the default options, which are shown below in the
88-
example. If you want to use the defaults, simply call `setup` without arguments
89-
or with an empty table.
83+
You can pass a lua table with options to the setup function or via `lazy.nvim`s
84+
`opts` keyword. It will be merged with the default options, which are shown
85+
below in the example. If you want to use the defaults, simply call `setup`
86+
without arguments or with an empty table.
9087

9188
>lua
9289
require('quarto').setup{
@@ -264,7 +261,7 @@ Quarto works great with a number of plugins in the neovim ecosystem. You can
264261
find my (@jmbuhr) personal (and thus up-to-date) configuration for use with
265262
Quarto, R and python here:
266263

267-
<https://github.com/jmbuhr/quarto-nvim-kickstarter>
264+
<https://github.com/jmbuhr/nvim-config>
268265

269266
But remember, the best config is always your own.
270267

0 commit comments

Comments
 (0)