Commit graph

5 commits

Author SHA1 Message Date
Javier Lopez
cea6e0b0f6
fix(help): workaround plugin/users overwritting tags (#1512)
Most plugin managers run :helptags in the plugin, which silently
overwrites the existing doc/tags. this is an issue for us since lspconfig
is manipulating the tags file to point to servers_configurations.md

Instead create a markdown comment with the name of the wanted tag and
make a copy in the repository of servers_configurations.md to
server_configurations.txt. Now when :helptags runs it finds the txt file
and generates the appropriate tag.

The advantage is this solution should work in all platforms, it also
removes lines from docgen CI.
2021-11-30 09:27:12 -05:00
Michael Lingelbach
d52e45acf9
docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)
* generating the tags at docgen and modifying the
|lspconfig-server-configurations|
tag allows `:help lspconfig-server-configurations` take you to
./doc/server_configurations.md
* adding a modeline to the markdown file ensures it sets the
correct filetype

Co-authored-by: Javier López <graulopezjavier@gmail.com>
2021-11-27 09:01:30 -05:00
kylo252
7fb8ea5843
chore: add doc/tags to .gitignore (#1355) 2021-11-14 08:57:03 -08:00
Hirokazu Hata
1cd7eddc54
gitignore: add 'nvim/' to gitignore 2020-05-19 19:42:48 +09:00
Hirokazu Hata
10d3a9bde1 CI: luacheck #86 2019-12-31 14:15:50 -08:00