switched to blink for auto complete

This commit is contained in:
2025-05-04 17:31:26 +02:00
parent 5e6716e263
commit 9e4735ee47
6 changed files with 30 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
return {
'saghen/blink.cmp',
dependencies = { 'rafamadriz/friendly-snippets' },
version = '1.*',
opts = {
keymap = { preset = 'default' },
appearance = {
nerd_font_variant = 'mono'
},
signature = { enabled = true }
},
}