feat(cmp): update to blink.cmp

This commit is contained in:
2024-12-24 16:03:46 +02:00
parent 5c88edfa70
commit f8a4240bf6
30 changed files with 419 additions and 563 deletions

11
lua/plugins/lazydev.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"folke/lazydev.nvim",
ft = "lua", -- only load on lua files
opts = {
library = {
-- See the configuration section for more details
-- Load luvit types when the `vim.uv` word is found
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
}