diff --git a/README.md b/README.md index 583313f..48e1262 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,6 @@ Plug 'zbirenbaum/copilot.lua' Plug 'yetone/avante.nvim', { 'branch': 'main', 'do': { -> avante#build() }, 'on': 'AvanteAsk' } ``` -> [!important] -> -> For `avante.tokenizers` and templates to work, make sure to call `require('avante_lib').load()` somewhere when entering the editor. -> We will leave the users to decide where it fits to do this, as this varies among configurations. (But we do recommend running this after where you set your colorscheme) -
@@ -160,6 +155,12 @@ require('avante').setup ({
+> [!IMPORTANT] +> +> For `avante.tokenizers` and templates to work, make sure to call `require('avante_lib').load()` somewhere when entering the editor. +> We will leave the users to decide where it fits to do this, as this varies among configurations. (But we do recommend running this after where you set your colorscheme) + + > [!IMPORTANT] > > `avante.nvim` is currently only compatible with Neovim 0.10.1 or later. Please ensure that your Neovim version meets these requirements before proceeding.