mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 14:37:18 +01:00
docs: updated readme to point to the installation section of the docs
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user