From c155808e1a376a514249ede77189c4325e198ead Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Mon, 26 Dec 2022 19:37:01 +0000 Subject: [PATCH] Update link to point to directory instead of file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f27533..f04c091 100644 --- a/README.md +++ b/README.md @@ -626,7 +626,7 @@ 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.lua) is my main plugin config module +- [config.plugins](https://github.com/folke/dot/blob/master/config/nvim/lua/config/plugins/) 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. ## 📦 Migration Guide