fzf->telescope
This commit is contained in:
parent
cae6b5663d
commit
a26529aa7b
3 changed files with 59 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue