1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00

plugins/cmp-async-path: init

This commit is contained in:
Felix Boehme 2024-04-30 14:58:06 +02:00 committed by Gaétan Lepage
parent 91e3bb0523
commit 2483dff03d
2 changed files with 17 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# Maps each source name to the plugin that provides it
{
async_path = "cmp-async-path";
buffer = "cmp-buffer";
calc = "cmp-calc";
dap = "cmp-dap";