Skip to content

🌿 fern.vim plugin which adds file type icon through nvim-tree/nvim-web-devicons

License

Notifications You must be signed in to change notification settings

TheLeoP/fern-renderer-web-devicons.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 fern-renderer-devicons.vim

fern renderer

fern.vim plugin to add file type icons through nvim-tree/nvim-web-devicons.

Requirements

Mandatory:

Optional:

Usage

Set g:fern#renderer to "nvim-web-devicons" like:

let g:fern#renderer = "nvim-web-devicons"

Or using lua:

vim.g["fern#renderer"] = "nvim-web-devicons"

FAQ

See their usage section

How to add individual colors to the icons?

Set g:glyph_palette#palette like:

let g:glyph_palette#palette = v:lua.require'fr-web-icons'.palette()

Or using lua:

vim.g["glyph_palette#palette"] = require'fr-web-icons'.palette()

About

🌿 fern.vim plugin which adds file type icon through nvim-tree/nvim-web-devicons

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published