fix(ghostty): nonicons map

This commit is contained in:
Barrett Ruth 2026-02-17 18:00:55 -05:00
parent 75a75012fa
commit 15a876e975
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 2 additions and 2 deletions

0
config/nvim/file.svg Normal file
View file

View file

@ -8,9 +8,8 @@ return {
end, end,
}, },
{ {
'barrettruth/nvim-nonicons',
dir = '~/dev/nonicons', dir = '~/dev/nonicons',
'nvim-tree/nvim-web-devicons', dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {}, opts = {},
}, },
{ {

View file

@ -14,6 +14,7 @@ in
enable = true; enable = true;
settings = { settings = {
font-family = "Berkeley Mono"; font-family = "Berkeley Mono";
font-codepoint-map = "U+f101-U+f25c=nonicons";
font-feature = "-calt"; font-feature = "-calt";
font-size = 20; font-size = 20;
adjust-cell-height = "10%"; adjust-cell-height = "10%";