From 52cd974b95bb59f6500426fe020a2983dc0d37eb Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 12 Jun 2023 08:29:20 +0200 Subject: Snippets und Verbesserungen --- lua/plugins/cmp.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/plugins/cmp.lua') diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 3f7b6ea..4f9d8f4 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -24,7 +24,6 @@ return { 'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-buffer', 'FelipeLema/cmp-async-path', - 'hrsh7th/cmp-calc', 'saadparwaiz1/cmp_luasnip', 'L3MON4D3/LuaSnip', }, @@ -56,7 +55,6 @@ return { { name = 'luasnip' }, { name = 'buffer' }, { name = 'async_path' }, - { name = 'calc' }, }), formatting = { format = function(_, item) -- cgit v1.2.3