fzf->telescope

This commit is contained in:
Grigory Shipunov 2023-03-16 14:41:42 +01:00
parent cae6b5663d
commit a26529aa7b
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 59 additions and 3 deletions

View file

@ -7,6 +7,10 @@ set completeopt=menu,menuone,noselect
local cmp = require'cmp'
cmp.setup({
window = {
completion = cmp.config.window.bordered(winhighlight),
documentation = cmp.config.window.bordered(winhighlight),
},
snippet = {
expand = function(args)
require'snippy'.expand_snippet(args.body)