Remove mason, cmp luasnip and lsp related stuff, added blink and nvim/lspconfig

This commit is contained in:
Pablu
2025-11-12 14:25:01 +01:00
parent 7c0f9e6cca
commit d225638e1f
9 changed files with 43 additions and 146 deletions

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" } },
},
},
}