Setup blink cmp

This commit is contained in:
2026-03-29 20:36:43 -04:00
parent d7d16bdf36
commit 864634cd20
2 changed files with 9 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ vim.pack.add({
github .. "lewis6991/gitsigns.nvim",
github .. "neogitorg/neogit",
github .. "stevearc/conform.nvim",
{ src = github .. "saghen/blink.cmp", version = vim.version.range("v1.*") },
})
-- Telescope
@@ -153,3 +154,6 @@ vim.api.nvim_create_autocmd("BufWritePre", {
require("conform").format({ bufnr = args.buf })
end,
})
-- blink.cmp
require("blink.cmp").setup()

View File

@@ -1,5 +1,10 @@
{
"plugins": {
"blink.cmp": {
"rev": "451168851e8e2466bc97ee3e026c3dcb9141ce07",
"src": "https://github.com/saghen/blink.cmp",
"version": "1.0.0 - 2.0.0"
},
"conform.nvim": {
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395",
"src": "https://github.com/stevearc/conform.nvim"