added floating terminal and snacks

This commit is contained in:
Tawfeeq 2024-12-19 14:07:15 +01:00
parent 1f8a7a4eda
commit 4b43e2f49e
13 changed files with 672 additions and 55 deletions

View file

@ -0,0 +1,16 @@
return {
'saghen/blink.cmp',
dependencies = 'rafamadriz/friendly-snippets',
version = 'v0.*',
opts = {
keymap = { preset = 'default' },
appearance = {
use_nvim_cmp_as_default = true,
nerd_font_variant = 'mono',
},
signature = { enabled = true },
},
}