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()