Merge pull request #103 from epheien/main

docs: List ctags external provider
This commit is contained in:
~hedy
2024-12-25 08:27:11 +08:00
committed by GitHub

View File

@@ -501,6 +501,7 @@ The current list of tested providers are:
External providers: External providers:
- [Asciidoc](https://github.com/msr1k/outline-asciidoc-provider.nvim) (no external requirements) - [Asciidoc](https://github.com/msr1k/outline-asciidoc-provider.nvim) (no external requirements)
- [ctags](https://github.com/epheien/outline-ctags-provider.nvim) (require universal-ctags)
<details> <details>
<summary>How to implement an external provider</summary> <summary>How to implement an external provider</summary>