astro-nvim-v3 - state of art
This commit is contained in:
@@ -26,23 +26,7 @@ return {
|
||||
opts.top_down = false
|
||||
end,
|
||||
},
|
||||
-- Icons support
|
||||
{
|
||||
"echasnovski/mini.icons",
|
||||
opts = function(_, opts)
|
||||
if vim.g.icons_enabled == false then opts.style = "glyph" end
|
||||
end,
|
||||
lazy = true,
|
||||
specs = {
|
||||
{ "nvim-tree/nvim-web-devicons", enabled = false, optional = true },
|
||||
},
|
||||
init = function()
|
||||
package.preload["nvim-web-devicons"] = function()
|
||||
require("mini.icons").mock_nvim_web_devicons()
|
||||
return package.loaded["nvim-web-devicons"]
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
-- Transparent background
|
||||
{
|
||||
"xiyaowong/transparent.nvim",
|
||||
|
||||
Reference in New Issue
Block a user