Compare commits
No commits in common. "c79a8b5b2893074fab8ddba82a8a6dccef949a80" and "17aa14259af7745ba2c8fb06100bb6955ef8c50b" have entirely different histories.
c79a8b5b28
...
17aa14259a
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ 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
|
||||||
|
|
@ -184,7 +183,8 @@ Download the font from: https://github.com/ya2s/nonicons/releases
|
||||||
|
|
||||||
ghostty ~
|
ghostty ~
|
||||||
>
|
>
|
||||||
font_codepoint_map = "U+f101-U+f25c=nonicons"
|
font-family = Nonicons
|
||||||
|
font-family = YourMainFont
|
||||||
<
|
<
|
||||||
|
|
||||||
kitty ~
|
kitty ~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue