nvim-config

Log | Files | Refs | Submodules | README

commit 6747564f0e93f2a9a4b89292da53ada50752fb80
parent a4571e5290293d49235c5c20e600408c8a4f1b52
Author: Thomas Vigouroux <me@vigoux.eu>
Date:   Thu,  7 Mar 2024 08:32:50 +0100

feat: switch to manually managed complementree

Diffstat:
Mlua/plugins.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins.lua b/lua/plugins.lua @@ -84,7 +84,7 @@ require "mason".setup {} add "vigoux/ltex-ls.nvim" -- My stuff -add { source = 'https://git.sr.ht/~vigoux/complementree.nvim' } +add { name = "complementree.nvim" } add { source = 'https://git.sr.ht/~vigoux/architext.nvim' } local function run_cmd(cmd)