Skip to content

Icons not being overridden anymore #356

Answered by alex-courtis
Maxito7 asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is ordering - you need to call web-devicons setup before you call nvim-tree setup, lualine setup etc. e.g.

	require("nvim-web-devicons").setup({
		override = {
      ---
		},
		default = false,
		color_icons = true,
	})
	require("nvim-tree").setup({})

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@Maxito7
Comment options

@alex-courtis
Comment options

@Maxito7
Comment options

@alex-courtis
Comment options

Answer selected by alex-courtis
@Maxito7
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants