diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-13 17:31:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 17:31:39 +0100 |
commit | ef58ee48f4d553d364c4284870b0860f8cc8427b (patch) | |
tree | 0cf67e8d4143d3eeda08a10d2e96744f67bea083 /runtime/doc/help.txt | |
parent | 8122470f8310ae34bcd5e436e8474f9255eb16f2 (diff) | |
download | rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.gz rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.bz2 rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.zip |
docs: add wiki FAQ to the runtime documentation (#26539)
Problem: Wiki contents are not discoverable and hard to maintain.
Solution: Move FAQ to runtime docs.
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index b8526b55e9..47ae413714 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -47,6 +47,7 @@ ABOUT NVIM *reference_toc* *doc-file-list* *Q_ct* |news| News since the previous release |nvim| Transitioning from Vim |vim-differences| Nvim compared to Vim +|faq| Frequently Asked Questions |user-manual| User manual: How to accomplish editing tasks. |quickref| Overview of common commands |tutor| 30-minute interactive course for beginners @@ -167,7 +168,8 @@ DEVELOPING NVIM |dev| Development of Nvim |dev-style| Development style guidelines -|debug.txt| Debugging Vim itself +|dev-theme| Design guidelines (colorschemes etc.) +|dev-tools| Tools and techniques for developing Nvim Standard plugins ~ *standard-plugin-list* |