diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-22 15:44:25 +0100 | 
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-22 15:44:25 +0100 | 
| commit | 83ea4bfcf312d66ac7885d24fa7bf0ed5ee06b5d (patch) | |
| tree | 6a26699e07376a54a46b7bab71c38d3cb7741bbd /lua/config | |
| parent | e1f0f3443d2e44ded226b5188bd8ece708ee8fba (diff) | |
docs: updated readme to point to the installation section of the docs
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lazy.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
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" },  | 
