-
Notifications
You must be signed in to change notification settings - Fork 49
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.
{ integrations = { icon = 'mini_icons' } }{ integrations = { icon = 'nvim_web_devicons' } }{ integrations = { icon = 'vim_nerdfont`' } }{ extensions = { git = { enabled = true } }
-- if you want icons to be right aligned
{ extensions = { git = { enabled = true, inline = false } }{ extensions = { trash = { enabled = true } }