diff options
| author | Nicholas Hall <root@ngha.ro> | 2026-04-29 20:42:44 -0500 |
|---|---|---|
| committer | Nicholas Hall <root@ngha.ro> | 2026-04-29 20:42:44 -0500 |
| commit | b834788f7dc110e4a4f79b0356f1293d6d129b13 (patch) | |
| tree | bef6e26d08963096e192292c8d597d7f3301e2ba /init.lua | |
| parent | 7041a218d5cdcb6131697078e4422deb457c6cf0 (diff) | |
| download | nvim-lazyvim.tar.xz nvim-lazyvim.zip | |
Omarchy lazyvimlazyvim
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,3 +1,2 @@ -require("core.options") -require("core.mappings") -require("core.plugins") +-- bootstrap lazy.nvim, LazyVim and your plugins +require("config.lazy") |
