gpt4 book ai didi

Vim NERDTree : show only . txt 文件?

转载 作者:行者123 更新时间:2023-12-04 11:29:41 24 4
gpt4 key购买 nike

使用 NERDTree plugin , 我只想查看 *.txt 文件。有一个NERDTreeIgnore变量,但我想要类似 NERDTreeWhitelistFilter 的东西.

有没有办法将我看到的内容列入白名单?

最佳答案

我一直在玩这个——这是一个有趣的问题。也许您可以尝试使用此正则表达式来忽略文件?

编辑:与我的同事交谈。这是正确的正则表达式(我的原始正则表达式也与文件名开头的“txt”匹配)。

^(?!.*\.txt$).*

关于Vim NERDTree : show only . txt 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6492587/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com