fix(ghostty): nonicons map
This commit is contained in:
parent
75a75012fa
commit
15a876e975
3 changed files with 2 additions and 2 deletions
0
config/nvim/file.svg
Normal file
0
config/nvim/file.svg
Normal 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 = {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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%";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue