From aadc9126947923de074737795738714011d75b65 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 5 Jan 2023 14:28:28 +0100 Subject: [PATCH] docs: removed my dots in favor of LazyVim --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65d5631..85020ab 100644 --- a/README.md +++ b/README.md @@ -657,12 +657,12 @@ return { - any lua file in `~/.config/nvim/lua/plugins/*.lua` will be automatically merged in the main plugin spec -For a real-life example, you can check my personal dots: +For a real-life example, you can check [LazyVim](https://github.com/folke/LazyVim), +a starter template for lazy Neovim users. -- [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/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. +- [init.lua](https://github.com/folke/LazyVim/blob/main/init.lua) where `lazyvim.config.lazy` is required +- [lazyvim.config.lazy](https://github.com/folke/LazyVim/blob/main/lua/lazyvim/config/lazy.lua) where we setup **lazy.nvim** +- [lazyvim.plugins](https://github.com/folke/LazyVim/tree/main/lua/lazyvim/plugins) contains all the plugin specs that will be loaded ## 📦 Migration Guide