From 2aba92ceb1479485953007f4d5adf34d0b66917e Mon Sep 17 00:00:00 2001 From: ss-raicangu Date: Sat, 13 Jul 2024 11:59:40 +1200 Subject: [PATCH] docs: move vimdoc to `doc/` Problem: `:helptags` don't seem to be read when they are generated at the root of the project. Solution: `:help 'runtimepath'` suggests that Neovim looks in the `doc/` directory for documentation tags. Moving the vimdoc file to `doc/` and generating `:helptags` seems to work. Tested with `:help nvim-treesitter-context`. --- nvim-treesitter-context.txt => doc/nvim-treesitter-context.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nvim-treesitter-context.txt => doc/nvim-treesitter-context.txt (100%) diff --git a/nvim-treesitter-context.txt b/doc/nvim-treesitter-context.txt similarity index 100% rename from nvim-treesitter-context.txt rename to doc/nvim-treesitter-context.txt