blink deleted

This commit is contained in:
2026-02-01 16:47:27 +05:00
parent 9084f1a9fc
commit 824b68c48f
4 changed files with 4 additions and 5 deletions

View File

@@ -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' },

View File

@@ -1,7 +1,7 @@
-- Quickstart configs for Nvim LSP
return {
'neovim/nvim-lspconfig',
enabled = true,
enabled = false,
lazy = false,
priority = 70,
dependencies = {

View File

@@ -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' }
},
}
}