Skip to content

Commit

Permalink
fix(docs): link
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 23, 2024
1 parent fd896d8 commit 507d906
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nvim-fredrik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

### Main initialization

In [nvim-fredrik/lua/init.lua](nvim-fredrik/lua/init.lua), the entire config is
loaded in sequence. First general options and general autocommands are set up.
Then, the lazy.nvim package manager is invoked.
In [lua/init.lua](lua/init.lua), the entire config is loaded in sequence. First
general options and general autocommands are set up. Then, the lazy.nvim package
manager is invoked.

- [nvim-fredrik/lua/config/options.lua](nvim-fredrik/lua/config/options.lua)
- [nvim-fredrik/lua/config/autocmds.lua](nvim-fredrik/lua/config/autocmds.lua)
- [nvim-fredrik/lua/config/lazy.lua](nvim-fredrik/lua/config/lazy.lua)
- [lua/config/options.lua](lua/config/options.lua)
- [lua/config/autocmds.lua](lua/config/autocmds.lua)
- [lua/config/lazy.lua](lua/config/lazy.lua)

The lazy.nvim package manager is instructed to read plugins (see the `spec`
config of the `lazy.lua`) in this order:
Expand Down

0 comments on commit 507d906

Please sign in to comment.