https://github.com/brandon1024/fern-renderer-nf.vim
A beautiful and configurable renderer plugin for fern.
https://github.com/brandon1024/fern-renderer-nf.vim
fern-vim-plugin plugins vim
Last synced: 5 months ago
JSON representation
A beautiful and configurable renderer plugin for fern.
- Host: GitHub
- URL: https://github.com/brandon1024/fern-renderer-nf.vim
- Owner: brandon1024
- License: mit
- Created: 2023-02-15T16:56:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T18:46:47.000Z (11 months ago)
- Last Synced: 2025-10-11T13:46:08.222Z (9 months ago)
- Topics: fern-vim-plugin, plugins, vim
- Language: Vim Script
- Homepage:
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fern-renderer-nf.vim
[](https://github.com/lambdalisue/fern.vim)
A beautiful and configurable renderer plugin for fern.

This plugin leverages new renderer capabilities that are only available in the
newest release of the Fern plugin. Consider updating Fern to the latest version.
This plugin is not supported in Neovim. If you would like to use this plugin in
Neovim, consider [implementing support for
extmarks](https://github.com/lambdalisue/fern.vim/pull/465) in Fern.
## Features
- file type icons ([Nerd Fonts](https://www.nerdfonts.com/))
- improved rendering of symbolic links and executables
- customizable file type icons and colors
## Installation
```
packadd! fern
packadd! fern-renderer-nf
let g:fern#renderer = 'brandon1024/fern-renderer-nf.vim'
```