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" },