mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 12:03:52 +00:00
icons
This commit is contained in:
parent
6123eac08d
commit
d9a93f41a3
2 changed files with 9 additions and 1 deletions
|
|
@ -133,6 +133,13 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- Nonicons font icons for nvim-web-devicons
|
||||
{
|
||||
"barrettruth/nonicons.nvim",
|
||||
lazy = false,
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
},
|
||||
|
||||
-- Which-key for keybinding hints
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue