Skip to content

Commit baff921

Browse files
committed
Merge branch 'main' of github.com:quarto-dev/quarto-nvim
2 parents fa9cc99 + ebf8611 commit baff921

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22
on:
33
push:
44
pull_request:
5+
workflow_dispatch:
56

67
jobs:
78
tests:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2525
to 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
{

doc/quarto.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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>
4747
file 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
{

0 commit comments

Comments
 (0)