Those who use neovim might miss something if you use emoji in your code so lets fix that now
- Add this to the Neovim Config I am using LazyNvim
return {
"stevearc/dressing.nvim",
{
"ziontee113/icon-picker.nvim",
config = function()
require("icon-picker").setup({
disable_legacy_commands = true,
})
end,
},
}
Top comments (0)