mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-04 11:09:30 +00:00
fix: icons
This commit is contained in:
parent
a864378267
commit
dec52f42fb
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ return {
|
|||
"cord.nvim",
|
||||
after = function()
|
||||
require("cord").setup({
|
||||
editor = { image = "https://raw.githubusercontent.com/IogaMaster/neovim/main/.github/assets/nixvim-dark.webp" },
|
||||
display = { swap_icons = true }, -- place the editor image as the main image
|
||||
editor = { icon = "https://raw.githubusercontent.com/IogaMaster/neovim/main/.github/assets/nixvim-dark.webp" },
|
||||
display = { swap_icons = true },
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue