Skip to content

Commit

Permalink
📝 (README): spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 25, 2025
1 parent 311e635 commit 1f199d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Every folder in the `plug` directory will be imported automatically.
- **[fzf-lua](../modules/nixvim/plug/fzf-lua/default.nix):** fzf-lua is my new best friend
- **[noice](../modules/nixvim/plug/noice/default.nix):** Better nvim UI
- **[nvim-notify](../modules/nixvim/plug/nvim-notify/default.nix):** Notification manager
- **[smart-splits](../modules/nixvim/plug/smart-splits/default.nix):** Better split managment
- **[smart-splits](../modules/nixvim/plug/smart-splits/default.nix):** Better split management
- **[telescope](../modules/nixvim/plug/telescope/default.nix):** Best plugin ever ? Nevermind
- utils
- **[comment](../modules/nixvim/plug/comment/default.nix):** Quickly toggle comments
Expand Down Expand Up @@ -134,7 +134,7 @@ Another method is to overlay your custom build over `neovim` from `nixpkgs`.

This method is less straight-forward but allows you to install `neovim` like
you normally would. With this method you would just install `neovim` in your
configuration (`home.packges = with pkgs; [ neovim ]`), but you replace
configuration (`home.packages = with pkgs; [ neovim ]`), but you replace
`neovim` in `pkgs` with your derivation from `nixvim`.

```nix
Expand Down

0 comments on commit 1f199d3

Please sign in to comment.