Skip to content

Commit 4c2704d

Browse files
saghenscrewage
authored andcommitted
feat: switch nvim-cmp for blink.cmp (nvim-lua#1426)
1 parent a9edd10 commit 4c2704d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

init.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -913,11 +913,11 @@ require('lazy').setup({
913913
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
914914
},
915915

916-
-- Accept ([y]es) the completion.
917-
-- This will auto-import if your LSP supports it.
918-
-- This will expand snippets if the LSP sent a snippet.
919-
['<C-y>'] = cmp.mapping.confirm { select = true },
920-
['<CR>'] = cmp.mapping.confirm { select = true },
916+
appearance = {
917+
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
918+
-- Adjusts spacing to ensure icons are aligned
919+
nerd_font_variant = 'mono',
920+
},
921921

922922
completion = {
923923
-- By default, you may press `<c-space>` to show the documentation.

0 commit comments

Comments
 (0)