You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
例:“lua/mason.nvim","after/plugin/mason.nvim/","plugin/mason.nvim" 。个人理解是:
plugin/
子目录下能自动引用插件配置,而lua/module
需要在init.lua
中进行require
引用after/
目录下可以对设置进行覆盖和添加,是指当有多个插件设置文件(比如多个mason
的配置文件?)时,after
优先级最高?可能是我的配置目前还比较简单,目前只是将所有插件配置在
lua/
下。大家是否可以简单说说区别以及使用场景?谢谢。
Beta Was this translation helpful? Give feedback.
All reactions