Remove duplicate code, missed in d8dabe9
| Format files
This commit is contained in:
parent
d8dabe9e5e
commit
6b06bb9ed4
3 changed files with 7 additions and 14 deletions
lua/plugins/configs
|
@ -14,8 +14,7 @@ local default = {
|
|||
require("luasnip").lsp_expand(args.body)
|
||||
end,
|
||||
}) or {
|
||||
expand = function(args)
|
||||
end,
|
||||
expand = function(args) end,
|
||||
},
|
||||
formatting = {
|
||||
format = function(entry, vim_item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue