From dac961f9116d8684a54a7fc708588556ae2a1a19 Mon Sep 17 00:00:00 2001 From: eph Date: Fri, 27 Dec 2024 01:39:24 +0800 Subject: [PATCH] docs: List treesitter external provider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67433ea..abe0e33 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ The current list of tested providers are: External providers: - [Asciidoc](https://github.com/msr1k/outline-asciidoc-provider.nvim) (no external requirements) +- [treesitter](https://github.com/epheien/outline-treesitter-provider.nvim) (require treesitter) - [ctags](https://github.com/epheien/outline-ctags-provider.nvim) (require universal-ctags)