luamason_current_status

This commit is contained in:
Roland Hollós 2025-12-25 19:45:33 +01:00
parent 2baed3ea25
commit d1cbed06ee

View File

@ -125,28 +125,6 @@ return {
format = lspkind.cmp_format({ with_text = true, maxwidth = 50 }) 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({ }) require("cmp_r").setup({ })
end end
} }