We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9edd10 commit 4c2704dCopy full SHA for 4c2704d
init.lua
@@ -913,11 +913,11 @@ require('lazy').setup({
913
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
914
},
915
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 },
+ appearance = {
+ -- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
+ -- Adjusts spacing to ensure icons are aligned
+ nerd_font_variant = 'mono',
+ },
921
922
completion = {
923
-- By default, you may press `<c-space>` to show the documentation.
0 commit comments