diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-01-13 15:33:51 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-01-13 15:33:51 +0000 |
| commit | 5d9d93ee0f58070ddafc999a984079d6ddd157b1 (patch) | |
| tree | 54af86dda34de13538791a546b59a1b62e789b03 /lua/plugins/completion.lua | |
| parent | 038525a843c0461abf4d98943bce236378abc522 (diff) | |
| download | nvim-5d9d93ee0f58070ddafc999a984079d6ddd157b1.tar.gz | |
lua: plugins: completions: remove formatting for completion
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
| -rw-r--r-- | lua/plugins/completion.lua | 17 |
1 files changed, 0 insertions, 17 deletions
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. |
