mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:36:27 +00:00
Fix snippet expansion
This commit is contained in:
parent
b48edf86de
commit
5a1a907529
@ -8,9 +8,11 @@ function M.config_cmp()
|
||||
completeopt = "menuone,noinsert,noselect",
|
||||
autocomplete = false,
|
||||
},
|
||||
expand = function(args)
|
||||
require("luasnip").lsp_expand(args.body)
|
||||
end,
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
require("luasnip").lsp_expand(args.body)
|
||||
end,
|
||||
},
|
||||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
|
Loading…
Reference in New Issue
Block a user