From cdc8253ae150a391a6e20b712d2d039d37087788 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 17 Oct 2022 10:46:56 +0200 Subject: [PATCH] docs: notify move to sr.ht --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd6644..2d8b053 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# __This plugin has moved to [sr.ht](https://sr.ht/~vigoux/complementree.nvim/) and development will continue there__ + # Complementree.nvim: a tree-sitter powered completion framework A tree-sitter powered _completion framework_ built for Neovim, @@ -12,7 +14,7 @@ Features and design goals: ## Installation ```lua -use {'vigoux/complementree.nvim', requires = {'L3MON4D3/LuaSnip', 'nvim-treesitter/nvim-treesitter'} } +use {'https://git.sr.ht/~vigoux/complementree.nvim', requires = {'L3MON4D3/LuaSnip', 'nvim-treesitter/nvim-treesitter'} } ``` ## Setting up -- 2.45.2