Added cmp-buffer and -cmdline

This commit is contained in:
Vegard Berg 2023-05-22 22:28:05 +02:00
parent c42a75128a
commit 611a2c29fb
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- https://github.com/hrsh7th/cmp-buffer
return {
"hrsh7th/cmp-buffer"
}

View File

@ -0,0 +1,8 @@
-- https://github.com/hrsh7th/cmp-cmdline
return {
"hrsh7th/cmp-cmdline",
dependencies = {
"hrsh7th/cmp-buffer",
}
}