Remove mason, cmp luasnip and lsp related stuff, added blink and nvim/lspconfig
This commit is contained in:
8
lua/plugins/blink.lua
Normal file
8
lua/plugins/blink.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"saghen/blink.cmp",
|
||||
dependecies = { "rafamadriz/friendly-snippets" },
|
||||
version = "1.*",
|
||||
opts = {
|
||||
keymap = { preset = "enter" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user