1
- *quarto.txt* For Neovim >= 0.8.0 Last change: 2023 April 09
1
+ *quarto.txt* For Neovim >= 0.8.0 Last change: 2023 April 12
2
2
3
3
==============================================================================
4
4
Table of Contents *quarto-table-of-contents*
5
5
6
6
1. quarto-nvim | quarto-quarto-nvim |
7
+ - Walkthrough | quarto-quarto-nvim-walkthrough |
7
8
- Setup | quarto-quarto-nvim-setup |
8
9
- Usage | quarto-quarto-nvim-usage |
9
10
- Language support | quarto-quarto-nvim-language-support |
@@ -14,12 +15,22 @@ Table of Contents *quarto-table-of-contents*
14
15
1. quarto-nvim *quarto-quarto-nvim*
15
16
16
17
Quarto-nvim provides tools for working on quarto <https://quarto.org/ >
17
- manuscripts in Neovim.
18
+ manuscripts in Neovim. You can get started with Quarto here
19
+ <https://quarto.org/docs/get-started/ >
20
+
21
+
22
+ WALKTHROUGH *quarto-quarto-nvim-walkthrough*
23
+
24
+ The get started section <https://quarto.org/docs/get-started/hello/neovim.html >
25
+ also comes with a video version to walk you through. The playlist is extened as
26
+ more features are added, so join us for a "Coffee with Quarto and Neovim"
27
+
28
+ <https://youtu.be/3sj7clNowlA?list=PLabWm-zCaD1axcMGvf7wFxJz8FZmyHSJ7 >
18
29
19
30
20
31
SETUP *quarto-quarto-nvim-setup*
21
32
22
- You can install `quarto- nvim` from GitHub with your favourite Neovim plugin
33
+ Youcan install `quarto- nvim` from GitHub with your favourite Neovim plugin
23
34
manager like lazy.nvim <https://github.com/folke/lazy.nvim >, packer.nvim
24
35
<https://github.com/wbthomason/packer.nvim > or VimPlug
25
36
<https://github.com/junegunn/vim-plug >.
@@ -207,7 +218,7 @@ RECOMMENDED PLUGINS *quarto-quarto-nvim-recommended-plugins*
207
218
208
219
Quarto works great with a number of existing plugins in the neovim ecosystem.
209
220
You can find semi-opinionated but still minimal configurations for `nvim` and
210
- `tmux` , for use with quarto , R and python in these two repositories:
221
+ `tmux` , for use with Quarto , R and python in these two repositories:
211
222
212
223
213
224
- <https://github.com/jmbuhr/quarto-nvim-kickstarter >
0 commit comments