Update cmp.lua

This commit is contained in:
wooshdude
2026-03-27 10:42:56 -07:00
parent e8aa90eafd
commit e7f2f962cf
+3
View File
@@ -71,6 +71,8 @@ return {
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font' -- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
-- Adjusts spacing to ensure icons are aligned -- Adjusts spacing to ensure icons are aligned
nerd_font_variant = "mono", nerd_font_variant = "mono",
kind_icons = cmp_kinds,
highlight_ns = vim.api.nvim_create_namespace("blink_cmp"),
}, },
-- (Default) Only show the documentation popup when manually triggered -- (Default) Only show the documentation popup when manually triggered
@@ -88,6 +90,7 @@ return {
end, end,
}, },
}, },
treesitter = { "lsp" },
}, },
}, },
}, },