@@ -32,9 +32,9 @@ return {
3232```
3333
3434Because Quarto provides a lot of functionality through integration with existing plugins,
35- we recommend to experiment with the [ quarto-nvim kickstarter configuration ] ( https://github.com/jmbuhr/quarto- nvim-kickstarter )
35+ you may want to experiment with my [ config ] ( https://github.com/jmbuhr/nvim-config )
3636and then pick the relevant parts from the
37- [ ` lua/plugins/quarto.lua ` ] ( https://github.com/jmbuhr/quarto- nvim-kickstarter /blob/main/lua/plugins/quarto.lua ) file
37+ [ ` lua/plugins/quarto.lua ` ] ( https://github.com/jmbuhr/nvim-config /blob/main/lua/plugins/quarto.lua ) file
3838to integrate it into your own existing configuration.
3939
4040Plugins and their configuration to look out for in either of those files are:
@@ -49,15 +49,13 @@ Plugins and their configuration to look out for in either of those files are:
4949}
5050```
5151
52- Quarto-nvim requires the latest [ Neovim stable version] ( https://github.com/neovim/neovim/releases/tag/stable ) ( >= ` v0.10.0 ` ) .
52+ Quarto-nvim requires [ Neovim stable version] ( https://github.com/neovim/neovim/releases/tag/stable ) >= ` v0.10.0 ` .
5353
5454## Usage
5555
5656### Configure
5757
58- You can pass a lua table with options to the setup function
59- as shown in [ quarto-nvim-kickstarter/..quarto.lua] ( https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua )
60-
58+ You can pass a lua table with options to the setup function or via ` lazy.nvim ` s ` opts ` keyword.
6159It will be merged with the default options, which are shown below in the example.
6260If you want to use the defaults, simply call ` setup ` without arguments or with an empty table.
6361
@@ -219,6 +217,6 @@ QuartoSendLine
219217Quarto works great with a number of plugins in the neovim ecosystem.
220218You can find my (@jmbuhr ) personal (and thus up-to-date) configuration for use with Quarto, R and python here:
221219
222- < https://github.com/jmbuhr/quarto- nvim-kickstarter >
220+ < https://github.com/jmbuhr/nvim-config >
223221
224222But remember, the best config is always your own.
0 commit comments