From 7580b05a250a79ac17a6b139c0f070a980134dbc Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Sat, 29 Nov 2025 20:16:28 +0100 Subject: [PATCH] updates --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ce29dcf..6106c46 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,7 @@ vim.pack.add({ { src = "https://github.com/neovim/nvim-lspconfig" }, { src = "https://github.com/nvim-treesitter/nvim-treesitter" }, { src = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects" }, - { src = "https://github.com/Saghen/blink.cmp", version = "v1.6.0", }, + { src = "https://github.com/Saghen/blink.cmp", version = "v1.7.0", }, { src = "https://github.com/mason-org/mason.nvim" }, { src = "https://github.com/dimitry-ishenko-neovim/lualine-nvim" }, { src = "https://github.com/chomosuke/typst-preview.nvim" },