diff options
Diffstat (limited to 'lua/plugins/cmp.lua')
| -rw-r--r-- | lua/plugins/cmp.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
