cmp actions

This commit is contained in:
pika 2025-03-27 12:27:44 +01:00
parent b42f54d0c5
commit c4441f11ea

View file

@ -66,7 +66,7 @@ return {
-- Adjusts spacing to ensure icons are aligned
nerd_font_variant = "mono",
highlight_ns = vim.api.nvim_create_namespace("blink_cmp"),
-- highlight_ns = vim.api.nvim_create_namespace("nvim-cmp"),
-- Sets the fallback highlight groups to nvim-cmp's highlight groups
-- Useful for when your theme doesn't support blink.cmp
-- Will be removed in a future release