我当前正在运行:
\n\n\xe2\x9c\x97 nvim -v\nNVIM v0.3.0\nRun Code Online (Sandbox Code Playgroud)\n\n我使用plug.vim来加载插件,并且我喜欢将插件配置保存在单独的文件中,而不是将所有内容都放在init.vim中:
\n\n\xe2\x9c\x97 pwd\n/Users/mwaldner/.vim/plugin\n\n\xe2\x9c\x97 ls\nale.vim fzf_config.vim strip_whitespace.vim\ncommentary_config.vim reload_files.vim vim-go.vim\nRun Code Online (Sandbox Code Playgroud)\n\n我已经换了一台新笔记本电脑,并安装了最新版本的 neovim。插件文件夹似乎不再像常规 vim 中那样自动加载。我必须手动获取所有配置文件,这不是什么大问题,但只是好奇为什么会发生变化。
\n\nNeovim 中会自动加载哪些文件夹?
\n\n谢谢!
\n