From 83ea4bfcf312d66ac7885d24fa7bf0ed5ee06b5d Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 22 Jan 2023 15:44:25 +0100 Subject: docs: updated readme to point to the installation section of the docs --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config') diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 6180096..aabd65b 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -8,7 +8,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath) require("lazy").setup({ spec = { - -- import LazyVim plugins + -- add LazyVim and import its plugins { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- import/override with your plugins { import = "plugins" }, -- cgit v1.2.3