Compare commits
2 commits
main
...
fix/ghostt
| Author | SHA1 | Date | |
|---|---|---|---|
| c79a8b5b28 | |||
| 01e21ec579 |
1 changed files with 2 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ Load nvim-web-devicons before nonicons.nvim. For example, with lazy.nvim: >lua
|
||||||
{
|
{
|
||||||
'barrettruth/nonicons.nvim',
|
'barrettruth/nonicons.nvim',
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
lazy = false,
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
The plugin works automatically with no configuration required. For
|
The plugin works automatically with no configuration required. For
|
||||||
|
|
@ -183,8 +184,7 @@ Download the font from: https://github.com/ya2s/nonicons/releases
|
||||||
|
|
||||||
ghostty ~
|
ghostty ~
|
||||||
>
|
>
|
||||||
font-family = Nonicons
|
font_codepoint_map = "U+f101-U+f25c=nonicons"
|
||||||
font-family = YourMainFont
|
|
||||||
<
|
<
|
||||||
|
|
||||||
kitty ~
|
kitty ~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue