blink deleted
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Performant, batteries-included completion plugin for Neovim
|
||||
return {
|
||||
'saghen/blink.cmp',
|
||||
enabled = true,
|
||||
lazy = false,
|
||||
enabled = false,
|
||||
lazy = true,
|
||||
-- optional: provides snippets for the snippet source
|
||||
dependencies = { 'rafamadriz/friendly-snippets' },
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- Quickstart configs for Nvim LSP
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
lazy = false,
|
||||
priority = 70,
|
||||
dependencies = {
|
||||
|
||||
@@ -9,7 +9,7 @@ return {
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
|
||||
|
||||
library = { "nvim-dap-ui" }
|
||||
{ 'nvim-dap-ui' }
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user