From 719570cfd0735922297881aa1a18cfe1be1b64bb Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 29 Jun 2024 16:16:30 +0200 Subject: [PATCH] docs(readme): move warning to top --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ab403ab..fa66394 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ > > This module is **A WORK IN PROGRESS** and does not have a stable release yet. +> [!WARNING] +> +> - Tree-sitter and treesitter highlighting are an experimental feature of Neovim. +> As with nvim-treesitter, please consider tree-sitter support with this plugin +> experimental. +> +> - We are not affiliated with the nvim-treesitter maintainers. +> If you are facing issues with tree-sitter support in rocks.nvim, +> please don't bug them. + ## :star2: Summary `rocks-treesitter.nvim` is a rocks.nvim module that helps you manage @@ -69,16 +79,6 @@ However, you can override its default configuration in one of two ways: - In rocks.toml - With a Lua config -> [!WARNING] -> -> - Tree-sitter and treesitter highlighting are an experimental feature of Neovim. -> As with nvim-treesitter, please consider tree-sitter support with this plugin -> experimental. -> -> - We are not affiliated with the nvim-treesitter maintainers. -> If you are facing issues with tree-sitter support in rocks.nvim, -> please don't bug them. - ## :wrench: Configuration ### Using rocks.toml