switched to blink for auto complete
This commit is contained in:
+6
-4
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user