From e039ff6e2888a75ede7bc02a281e1f2f1190e4dc Mon Sep 17 00:00:00 2001 From: colton Date: Mon, 2 Jan 2023 11:20:32 -0500 Subject: [PATCH] docs: fix references to config.plugins (#282) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61f95da..65d5631 100644 --- a/README.md +++ b/README.md @@ -661,8 +661,8 @@ For a real-life example, you can check my personal dots: - [init.lua](https://github.com/folke/dot/blob/master/config/nvim/init.lua) where I require `config.lazy` - [config.lazy](https://github.com/folke/dot/blob/master/config/nvim/lua/config/lazy.lua) where I bootstrap and setup **lazy.nvim** -- [config.plugins](https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/init.lua) is my main plugin config module -- Any submodule of [config.plugins (submodules)](https://github.com/folke/dot/tree/master/config/nvim/lua/config/plugins) will be automatically loaded as well. +- [config.plugins](https://github.com/folke/dot/blob/master/config/nvim/lua/plugins/init.lua) is my main plugin config module +- Any submodule of [config.plugins (submodules)](https://github.com/folke/dot/tree/master/config/nvim/lua/plugins) will be automatically loaded as well. ## 📦 Migration Guide