-
-
Notifications
You must be signed in to change notification settings - Fork 49
Home
Alisue edited this page Jul 28, 2020
·
8 revisions
Welcome to the fern.vim wiki!
With vim-plug
Plug 'lambdalisue/fern.vim'
With dein.vim
call dein#add('lambdalisue/fern.vim')
With minpac
call minpac#add('lambdalisue/fern.vim')
If you are using Linux and you want to enable trash-bin feature, install one of the followings
Feel free to use this page to advertise your fern.vim plugins 👍
-
https://github.com/lambdalisue/fern-bookmark.vim
- Add
bookmark
scheme to manage local file/directory bookmarks
- Add
-
https://github.com/lambdalisue/fern-renderer-nerdfont.vim
- Use lambdalisue/nerdfont.vim to render nodes nicely
-
https://github.com/lambdalisue/fern-renderer-devicons.vim
- Use ryanosis/vim-devicons to render nodes nicely
-
https://github.com/lambdalisue/fern-comparator-lexical.vim
- Add
"lexical"
comparator to sort nodes in lexical order
- Add
-
https://github.com/lambdalisue/fern-mapping-project-top.vim
- Enter a project root directory via
^
- Enter a project root directory via
-
https://github.com/LumaKernel/fern-mapping-fzf.vim
- fern.vim plugin for fzf.
-
https://github.com/LumaKernel/fern-mapping-reload-all.vim
- Mapping to reload from root.
-
https://github.com/liquidz/vim-iced-fern-debugger
- vim-iced debugging plugin powered by fern.vim
-
https://github.com/hrsh7th/fern-mapping-collapse-or-leave.vim
- The fern plugin for mapping to collapse or leave.
-
https://github.com/hrsh7th/fern-mapping-call-function.vim
- The fern plugin to call your custom function.