switched to blink for auto complete

This commit is contained in:
2025-05-04 17:31:26 +02:00
parent 5e6716e263
commit 9e4735ee47
6 changed files with 30 additions and 29 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
return {
{ "neovim/nvim-lspconfig" },
{
"neovim/nvim-lspconfig",
dependencies = {
"saghen/blink.cmp"
}
},
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "hrsh7th/cmp-buffer"},
{ "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" },
{ "mfussenegger/nvim-jdtls" } -- jdtls bindings for neovim
}