diff options
| author | seth <[email protected]> | 2023-12-19 22:12:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-19 22:12:10 -0500 |
| commit | ee3e211a1428754624275c0f067b8e1f898b9e5b (patch) | |
| tree | 7a6e7c63d27fc521450a0619e82f8defcaf33a54 /config/plugins | |
| parent | 482f6e7bca8047ec89829c10aec69b0f6b91e030 (diff) | |
cmp: async_path -> path
Diffstat (limited to 'config/plugins')
| -rw-r--r-- | config/plugins/cmp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ]; }; |
