We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b450f commit 7405e90Copy full SHA for 7405e90
doc/compiler.txt
@@ -1,4 +1,4 @@
1
-*compier.txt* A compiler for neovim.
+*compiler.txt* A compiler for neovim.
2
3
==============================================================================
4
Table of Contents *markmap-table-of-contents*
@@ -17,3 +17,8 @@ Table of Contents *markmap-table-of-contents*
17
1. compiler.nvim *compiler*
18
19
WIP - Help needed to convert README.md to .txt
20
+
21
+ In the meantime you can use `:h compiler.md`
22
+ to read the help in markdown format.
23
24
+ Or visit: https://github.com/Zeioth/compiler.nvim
doc/tags
@@ -0,0 +1,3 @@
+compiler.txt compiler.txt /*compiler.txt*
+compiler compiler.txt /*compiler*
+compiler.md ../README.md /*compiler.md*
0 commit comments