nvim: Remove quarto fn snippet
Removed `fn` snippet from quarto snippets since we already have the functionally equivalent `]]` snippet for markdown (which quarto extends).
This commit is contained in:
parent
88f187160a
commit
0b5c7d09d5
1 changed files with 0 additions and 5 deletions
|
@ -65,11 +65,6 @@ snippet eref Equation crossref
|
||||||
snippet cite Citation
|
snippet cite Citation
|
||||||
[@${1:bib-key}]
|
[@${1:bib-key}]
|
||||||
|
|
||||||
snippet fn Footnote
|
|
||||||
[^${1:id}]
|
|
||||||
|
|
||||||
[^${1}]: ${2:text}
|
|
||||||
|
|
||||||
snippet shortcode Shortcode
|
snippet shortcode Shortcode
|
||||||
{{< $0 >}}
|
{{< $0 >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue