File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22on :
33 push :
44 pull_request :
5+ workflow_dispatch :
56
67jobs :
78 tests :
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ and then pick the relevant parts from the
2424[ ` lua/plugins/quarto.lua ` ] ( https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua ) file
2525to integrate it into your own existing configuration.
2626
27- Plugins and their configuration to look out for in this file are:
27+ There is also a smaller configuration for slotting into your existing ` lazy.nvim ` (e.g. [ LazyVim] ( https://www.lazyvim.org/ ) ) configuration at
28+ < https://github.com/jmbuhr/lazyvim-starter-for-quarto/blob/main/lua/plugins/quarto.lua >
29+
30+ Plugins and their configuration to look out for in either of those files are:
2831
2932``` lua
3033{
Original file line number Diff line number Diff line change 1- *quarto.txt* For Neovim >= 0.8.0 Last change: 2023 July 05
1+ *quarto.txt* For Neovim >= 0.8.0 Last change: 2023 July 16
22
33==============================================================================
44Table of Contents *quarto-table-of-contents*
@@ -46,7 +46,11 @@ the relevant parts from the `lua/plugins/quarto.lua`
4646<https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua >
4747file to integrate it into your own existing configuration.
4848
49- Plugins and their configuration to look out for in this file are:
49+ There is also a smaller configuration for slotting into your existing
50+ `lazy.nvim` (e.g. LazyVim <https://www.lazyvim.org/ >) configuration at
51+ <https://github.com/jmbuhr/lazyvim-starter-for-quarto/blob/main/lua/plugins/quarto.lua >
52+
53+ Plugins and their configuration to look out for in either of those files are:
5054
5155>lua
5256 {
You can’t perform that action at this time.
0 commit comments