From 572cd6a8e8d943456c209529914fb68ef4ea4644 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 1 Sep 2022 16:10:58 +0530 Subject: nvim: cmp: removing redundant code Signed-off-by: listout --- lua/plugins/cmp.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index e42b9f2..a72ab05 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -9,7 +9,6 @@ cmp.setup { }, snippet = { expand = function(args) - luasnip.lsp_expand(args.body) require('luasnip').lsp_expand(args.body) -- For `luasnip` users. end, }, -- cgit v1.2.3