Skip to content

Commit d3e1c92

Browse files
committed
feat!: set default nerd_font_variant to mono
1 parent 75cadbc commit d3e1c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
6363
-- adjusts spacing to ensure icons are aligned
64-
nerd_font_variant = 'normal',
64+
nerd_font_variant = 'mono',
6565

6666
-- experimental auto-brackets support
6767
-- accept = { auto_brackets = { enabled = true } }
@@ -458,7 +458,7 @@ MiniDeps.add({
458458

459459
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
460460
-- adjusts spacing to ensure icons are aligned
461-
nerd_font_variant = 'normal',
461+
nerd_font_variant = 'mono',
462462

463463
-- don't show completions or signature help for these filetypes. Keymaps are also disabled.
464464
blocked_filetypes = {},

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ local config = {
442442

443443
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
444444
-- adjusts spacing to ensure icons are aligned
445-
nerd_font_variant = 'normal',
445+
nerd_font_variant = 'mono',
446446

447447
-- don't show completions or signature help for these filetypes. Keymaps are also disabled.
448448
blocked_filetypes = {},

0 commit comments

Comments
 (0)