Skip to content

Configuration

Lavin Raj Mohan edited this page Jun 14, 2026 · 1 revision

Fyler.nvim designed to be independent. It doesn't need any other plugin to work (like plenary.nvim, nui.nvim). This improves both user and developer experience but it can be extended using other plugins as integrations. Following are some configuration recipes that you might looking for.

Icon - config.integrations.icon

mini.icons

{ integrations = { icon = 'mini_icons' } }

nvim-web-devicons

{ integrations = { icon = 'nvim_web_devicons' } }

vim-nerdfont

{ integrations = { icon = 'vim_nerdfont`' } }

Git - config.extensions.git

{ extensions = { git = { enabled = true } }
-- if you want icons to be right aligned
{ extensions = { git = { enabled = true, inline = false } }

Trash - config.extensions.trash

{ extensions = { trash = { enabled = true } }

Clone this wiki locally