if you set up your enviroment in new pc,and vim cannot open tags,
that's because no ctags.
sudo apt install tags
2127 apt search ctags
2128 sudo apt install exuberant-ctags
本文介绍了解决Vim编辑器在新电脑上无法打开标签的问题,原因是缺少ctags工具。通过使用sudo apt install ctags命令进行安装,可以轻松解决此问题。
if you set up your enviroment in new pc,and vim cannot open tags,
that's because no ctags.
sudo apt install tags
2127 apt search ctags
2128 sudo apt install exuberant-ctags

被折叠的 条评论
为什么被折叠?