summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-19 22:19:20 -0500
committerseth <[email protected]>2023-12-19 22:19:20 -0500
commit6ee118e9d520dd8164bdb73d6f37cafe6f32eba8 (patch)
tree91efdf8e0faf4d553c524bd8656f7ef809679217 /config
parentee3e211a1428754624275c0f067b8e1f898b9e5b (diff)
cmp: add rg source
Diffstat (limited to 'config')
-rw-r--r--config/plugins/cmp.nix5
1 files changed, 3 insertions, 2 deletions
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"
];
};
};