From ee3e211a1428754624275c0f067b8e1f898b9e5b Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 19 Dec 2023 22:12:10 -0500 Subject: cmp: async_path -> path --- config/plugins/cmp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/cmp.nix b/config/plugins/cmp.nix index 85c9513..fe529ff 100644 --- a/config/plugins/cmp.nix +++ b/config/plugins/cmp.nix @@ -23,7 +23,7 @@ sources = map (name: {inherit name;}) [ "nvim_lsp" "luasnip" - "async_path" + "path" "buffer" ]; }; -- cgit v1.2.3