Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-fern-hijack
Make fern.vim as a default file explorer instead of Netrw
https://github.com/lambdalisue/vim-fern-hijack
fern-vim-plugin
Last synced: 12 days ago
JSON representation
Make fern.vim as a default file explorer instead of Netrw
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-hijack
- Owner: lambdalisue
- License: mit
- Created: 2020-09-25T19:47:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T14:51:11.000Z (about 1 year ago)
- Last Synced: 2024-10-10T12:36:35.401Z (24 days ago)
- Topics: fern-vim-plugin
- Language: Vim Script
- Homepage:
- Size: 17.6 KB
- Stars: 54
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿 fern-hijack.vim
[![fern plugin](https://img.shields.io/badge/🌿%20fern-plugin-yellowgreen)](https://github.com/lambdalisue/fern.vim)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20fern--hijack-orange.svg)](doc/fern-hijack.txt)A plugin for [fern.vim](https://github.com/lambdalisue/fern.vim) to make the fern.vim as a default file explorer instead of Netrw.
## Usage
Just install the plugin then the default file explorer become fern.vim.
Uses can confirm that by:```
:e .
```Or from terminal:
```
vim .
```## License
The code in fern-hijack.vim follows MIT license texted in [LICENSE](./LICENSE).
Contributors need to agree that any modifications sent in this repository follow the license.