Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lambdalisue/vim-fern-renderer-devicons

🌿 fern.vim plugin which add file type icon through vim-devicons
https://github.com/lambdalisue/vim-fern-renderer-devicons

fern-vim-plugin vim-devicions

Last synced: 12 days ago
JSON representation

🌿 fern.vim plugin which add file type icon through vim-devicons

Awesome Lists containing this project

README

        

# 🌿 fern-renderer-devicons.vim

[![fern renderer](https://img.shields.io/badge/🌿%20fern-plugin-yellowgreen)](https://github.com/lambdalisue/fern.vim)

---

**DEPRECATED:**
Use [fern-renderer-nerdfont.vim](https://github.com/lambdalisue/fern-renderer-nerdfont.vim) with [nerdfont.vim](https://github.com/lambdalisue/nerdfont.vim) as an alternative.

---

[fern.vim](https://github.com/lambdalisue/fern.vim) plugin which add file type icons through [ryanoasis/vim-devicons](https://github.com/ryanoasis/vim-devicons).

## Requreiments

- [ryanoasis/vim-devicons](https://github.com/ryanoasis/vim-devicons)
- Patched font
- [Nerd Fonts](https://www.nerdfonts.com/)
- [Cica](https://github.com/miiton/Cica)
- [Others](https://github.com/ryanoasis/nerd-fonts#patched-fonts)

## Usage

Set `"devicons"` to `g:fern#renderer` like:

```vim
let g:fern#renderer = "devicons"
```

## See also

- [lambdalisue/fern-renderer-nerdfont.vim](https://github.com/lambdalisue/fern-renderer-nerdfont.vim)