From 5d9d93ee0f58070ddafc999a984079d6ddd157b1 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 13 Jan 2026 21:03:51 +0530 Subject: lua: plugins: completions: remove formatting for completion Signed-off-by: Brahmajit Das --- lua/plugins/completion.lua | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/completion.lua b/lua/plugins/completion.lua index d9b51c6..c20be7a 100644 --- a/lua/plugins/completion.lua +++ b/lua/plugins/completion.lua @@ -29,23 +29,6 @@ return { local lspkind = require('lspkind') cmp.setup { - view = { - docs = { - auto_open = false - }, - }, - formatting = { - format = lspkind.cmp_format({ - mode = "symbol_text", - menu = ({ - buffer = "[Buffer]", - nvim_lsp = "[LSP]", - luasnip = "[LuaSnip]", - nvim_lua = "[Lua]", - latex_symbols = "[Latex]", - }) - }), - }, snippet = { expand = function(args) require('luasnip').lsp_expand(args.body) -- For `luasnip` users. -- cgit v1.2.3