diff options
| author | seth <[email protected]> | 2023-12-31 08:32:06 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-31 08:32:35 -0500 |
| commit | ae9136a14ae0b0fe91faad59b23d3a532ca84ed5 (patch) | |
| tree | 06bee1b9d961b372312bd26310e2b1baa7fbc342 /config/plugins/cmp.nix | |
| parent | add749d0d1597930ae95ee29d10f5f41416b76d7 (diff) | |
lsp: use more native lsp features over efmnixvim
Diffstat (limited to 'config/plugins/cmp.nix')
| -rw-r--r-- | config/plugins/cmp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/plugins/cmp.nix b/config/plugins/cmp.nix index d3d1ab4..1bc85f1 100644 --- a/config/plugins/cmp.nix +++ b/config/plugins/cmp.nix @@ -21,10 +21,10 @@ snippet.expand = "luasnip"; sources = map (name: {inherit name;}) [ - "buffer" - "luasnip" "nvim_lsp" + "luasnip" "path" + "buffer" "rg" ]; }; |
