Remove duplicate code, missed in d8dabe9 | Format files

This commit is contained in:
Akianonymus 2022-01-31 10:58:52 +05:30 committed by siduck
parent d8dabe9e5e
commit 6b06bb9ed4
3 changed files with 7 additions and 14 deletions
lua/plugins/configs

View file

@ -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)