fixed blink dependancy and removed unused plugins

This commit is contained in:
2026-05-12 10:39:25 +01:00
parent 677d978932
commit 4751798619
2 changed files with 13 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
vim.pack.add({
{ src = "https://github.com/neovim/nvim-lspconfig", name = "lspconfig" },
{ src = "https://github.com/saghen/blink.cmp", name = "blink" },
{ src = "https://github.com/saghen/blink.lib", name = "blink-lib" },
})
vim.lsp.config("lua_ls", {