mirror of
https://github.com/cap153/nvim.git
synced 2026-04-28 01:06:37 +08:00
暂时先用blink.cmp v1
This commit is contained in:
parent
d9aa5500fd
commit
56d93db2a3
5 changed files with 27 additions and 22 deletions
|
|
@ -3,7 +3,9 @@ if vim.g.vscode then return end
|
|||
|
||||
local P = {
|
||||
name = "blink.cmp",
|
||||
deps = { "friendly-snippets" },
|
||||
deps = {
|
||||
"friendly-snippets"
|
||||
},
|
||||
-- build_cmd = "cargo build --release",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue