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

推荐订阅源

美团技术团队
T
The Blog of Author Tim Ferriss
C
Check Point Blog
博客园_首页
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
L
LangChain Blog
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
Vercel News
Vercel News
博客园 - Franky
V
V2EX
IT之家
IT之家
U
Unit 42
N
Netflix TechBlog - Medium
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 叶小钗
H
Help Net Security
V
Visual Studio Blog
GbyAI
GbyAI

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.