From 735f2a280ee4b6d3c41b8d54f228fbf0a00f3755 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 7 Jan 2023 12:10:19 +0100 Subject: [PATCH] docs: LazyVim --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2667426..a237743 100644 --- a/README.md +++ b/README.md @@ -656,8 +656,7 @@ 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 [LazyVim](https://github.com/LazyVim/LazyVim), -a starter template for lazy Neovim users. +For a real-life example, you can check [LazyVim](https://github.com/LazyVim/LazyVim) and more specifically: - [lazyvim.plugins](https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins) contains all the plugin specs that will be loaded