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

8
lua/plugins/blink.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
"saghen/blink.cmp",
dependecies = { "rafamadriz/friendly-snippets" },
version = "1.*",
opts = {
keymap = { preset = "enter" }
}
}