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 507d906 commit fddb801
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 [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.
In [lua/fredrik/init.lua](lua/fredrik/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.

- [lua/config/options.lua](lua/config/options.lua)
- [lua/config/autocmds.lua](lua/config/autocmds.lua)
- [lua/config/lazy.lua](lua/config/lazy.lua)
- [lua/fredrik/config/options.lua](lua/fredrik/config/options.lua)
- [lua/fredrik/config/autocmds.lua](lua/fredrik/config/autocmds.lua)
- [lua/fredrik/config/lazy.lua](lua/fredrik/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 fddb801

Please sign in to comment.