惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
The Cloudflare Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
小众软件
小众软件
量子位
月光博客
月光博客
P
Proofpoint News Feed
IT之家
IT之家
腾讯CDC
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
A Curated List of File Explorers for Nvim
2022-02-27 · via jdhao's digital space

File explorer is one of the most widely-used types of plugin for Vim/Nvim. Below are my curated list of file explorers for Nvim. Some of these plugins are specifically written for Nvim and will not work for Vim.

nerdtree#

  • vim or Neovim: both
  • platform: Windows, Linux, macOS
  • feature: rich feature with a lot of mappings
  • speed: slow for large directory

fern.vim#

  • vim or nvim: both
  • platform: Windows, Linux, macOS
  • feature: rich feature
  • speed: implemented in vim script, asynchronous operation so maybe fast

vim-dirvish#

  • vim or nvim: both
  • platform: Windows, Linux, macOS
  • feature: not very rich, concise without many decoration
  • speed:

nvim-tree.lua#

  • vim or nvim: nvim only
  • platform: macOS, Linux, Windows
  • feature: seems complete
  • speed: quite fast, but for large number of files, there will be some delays.

tree.nvim#

  • vim or nvim: nvim
  • platform: Linux, macOS (author claims to support Windows, but no install script available)
  • feature: medium feature
  • speed: haven’t tried, written in C++, maybe very fast

defx.nvim#

  • vim or nvim: both
  • platform: Linux, macOS and Windows
  • feature: very rich
  • speed: haven’t tried, but may be fast due to python implementation.

chadTree#

written in Python (requires at least Python 3.8.2)

  • vim or nvim: nvim only
  • platform: Linux, macOS and Windows
  • feature: very rich
  • speed: asynchronous and fast

lir.nvim#

  • vim or nvim: nvim only (written in lua)

telescope-file-browser.nvim#

  • vim or nvim: nvim only
  • platform: Linux, macOS and Windows
  • speed: asynchronous and fast (seems to be faster than nvim-tree.lua, I have tested both on a directory with 100000 files)
  • misc: It is an unconventional file explorer. It uses telescope floating window for file management.

Neo-tree.nvim#

  • vim or nvim: nvim only
  • platform: Linux, macOS and Windows
  • feature: seems complete
  • speed: may be fast, haven’t tried.