File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
},
62
62
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
63
63
-- adjusts spacing to ensure icons are aligned
64
- nerd_font_variant = ' normal ' ,
64
+ nerd_font_variant = ' mono ' ,
65
65
66
66
-- experimental auto-brackets support
67
67
-- accept = { auto_brackets = { enabled = true } }
@@ -458,7 +458,7 @@ MiniDeps.add({
458
458
459
459
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
460
460
-- adjusts spacing to ensure icons are aligned
461
- nerd_font_variant = ' normal ' ,
461
+ nerd_font_variant = ' mono ' ,
462
462
463
463
-- don't show completions or signature help for these filetypes. Keymaps are also disabled.
464
464
blocked_filetypes = {},
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ local config = {
442
442
443
443
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
444
444
-- adjusts spacing to ensure icons are aligned
445
- nerd_font_variant = ' normal ' ,
445
+ nerd_font_variant = ' mono ' ,
446
446
447
447
-- don't show completions or signature help for these filetypes. Keymaps are also disabled.
448
448
blocked_filetypes = {},
You can’t perform that action at this time.
0 commit comments