add parrot, use fzf for blink

This commit is contained in:
2025-04-22 11:13:26 +03:00
parent f19091b3ec
commit 9951270d0b
3 changed files with 24 additions and 0 deletions

View File

@@ -9,10 +9,18 @@ return {
version = 'v1.0.*',
opts = {
fuzzy = { implementation = 'prefer_rust_with_warning' },
snippets = {
preset = 'luasnip',
},
cmdline = {
keymap = { preset = 'cmdline' },
completion = {
list = { selection = { preselect = false, auto_insert = true } }
}
},
completion = { list = { selection = { preselect = false, auto_insert = true } } },
keymap = {
preset = 'enter',