From d1cbed06eecb100786666f8a05ac6270a997d6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Holl=C3=B3s?= Date: Thu, 25 Dec 2025 19:45:33 +0100 Subject: [PATCH] luamason_current_status --- lua/config/plugins/mazon.lua | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/lua/config/plugins/mazon.lua b/lua/config/plugins/mazon.lua index d35e195..343b124 100644 --- a/lua/config/plugins/mazon.lua +++ b/lua/config/plugins/mazon.lua @@ -125,28 +125,6 @@ return { format = lspkind.cmp_format({ with_text = true, maxwidth = 50 }) } }) --- --- -- Use buffer source for `/` and `?` (if you enabled `native_menu`, this won't work anymore). --- cmp.setup.cmdline('/', { --- sources = { --- { name = 'buffer' } --- } --- }) --- --- cmp.setup.cmdline('?', { --- sources = { --- { name = 'buffer' } --- } --- }) --- --- -- Use cmdline & path source for ':' (if you enabled `native_menu`, this won't work anymore). --- cmp.setup.cmdline(':', { --- sources = cmp.config.sources({ --- { name = 'path' } --- }, { --- { name = 'cmdline' } --- }) --- }) require("cmp_r").setup({ }) end }