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
Copy file name to clipboardExpand all lines: doc/lazy.nvim.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -723,8 +723,8 @@ For a real-life example, you can check my personal dots:
723
723
724
724
- init.lua <https://github.com/folke/dot/blob/master/config/nvim/init.lua> where I require `config.lazy`
725
725
- config.lazy <https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua> where I bootstrap and setup **lazy.nvim**
726
-
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/init.lua> is my main plugin config module
727
-
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins> will be automatically loaded as well.
726
+
- config.plugins <https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua> is my main plugin config module
727
+
- Any submodule of config.plugins (submodules) <https://github.com/folke/dot/tree/master/config/nvim/lua/plugins> will be automatically loaded as well.
0 commit comments