本文介绍了有什么类似的emacs像vims的NERDtree的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
对于vim,有一个名为NERDtree的文件系统资源管理器:。
For vim there is a filesystem explorer called NERDtree: https://github.com/scrooloose/nerdtree
Surely an alternative or superior package exists for Emacs?
解决方案
I prefer dirtree
(screenshot below) by Ye Wenbin. It feels pretty close to NERDTree / the TextMate drawer.
It took me a few minutes of trial and error to figure out the dependencies, so take a look at the install instructions (and a few minor edits to the source) I've got in this repo.
这篇关于有什么类似的emacs像vims的NERDtree的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!