Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-renderer-devicons
- Owner: lambdalisue
- License: mit
- Created: 2020-02-01T11:29:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T19:32:28.000Z (about 4 years ago)
- Last Synced: 2024-10-04T13:14:48.947Z (about 1 month ago)
- Topics: fern-vim-plugin, vim-devicions
- Language: Vim script
- Homepage:
- Size: 24.4 KB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)