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
2
2
3
3
==============================================================================
4
4
Table of Contents *quarto-table-of-contents*
@@ -53,11 +53,11 @@ Example `lazy.nvim` plugin specification:
53
53
<
54
54
55
55
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.
61
61
62
62
Plugins and their configuration to look out for in either of those files are:
63
63
@@ -71,22 +71,19 @@ Plugins and their configuration to look out for in either of those files are:
71
71
}
72
72
<
73
73
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 ` .
76
76
77
77
78
78
USAGE *quarto-quarto-nvim-usage*
79
79
80
80
81
81
CONFIGURE ~
82
82
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.
90
87
91
88
>lua
92
89
require('quarto' ).setup{
@@ -264,7 +261,7 @@ Quarto works great with a number of plugins in the neovim ecosystem. You can
264
261
find my (@jmbuhr) personal (and thus up-to-date) configuration for use with
265
262
Quarto, R and python here:
266
263
267
- <https://github.com/jmbuhr/quarto- nvim-kickstarter >
264
+ <https://github.com/jmbuhr/nvim-config >
268
265
269
266
But remember, the best config is always your own.
270
267
0 commit comments