From 6ee118e9d520dd8164bdb73d6f37cafe6f32eba8 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 19 Dec 2023 22:19:20 -0500 Subject: cmp: add rg source --- config/plugins/cmp.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/plugins/cmp.nix') diff --git a/config/plugins/cmp.nix b/config/plugins/cmp.nix index fe529ff..d3d1ab4 100644 --- a/config/plugins/cmp.nix +++ b/config/plugins/cmp.nix @@ -21,10 +21,11 @@ snippet.expand = "luasnip"; sources = map (name: {inherit name;}) [ - "nvim_lsp" + "buffer" "luasnip" + "nvim_lsp" "path" - "buffer" + "rg" ]; }; }; -- cgit v1.2.3