fix: icons

This commit is contained in:
isabel 2025-04-02 13:19:18 +01:00
parent a864378267
commit dec52f42fb
No known key found for this signature in database
GPG key ID: 3E7C7A1B5DEDBB03

View file

@ -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,
},