Skip to content

Commit

Permalink
fix path's position in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow authored Oct 11, 2024
1 parent 0a5def5 commit 5f73e47
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ neovim = inputs.tolerable.makeNeovimConfig "MY_APPNAME" {
nvim-lspconfig
# ...
];
# add packages to the path that will be available to neovim
# (aka, LSP's)
# some packages have different binary names, and lspconfig may have to be adjusted
path = with pkgs; [
lua-language-server
nil
prettierd
# ...
];
};
# add packages to the path that will be available to neovim
# (aka, LSP's)
# some packages have different binary names, and lspconfig may have to be adjusted
path = with pkgs; [
lua-language-server
nil
prettierd
# ...
];
};
```

0 comments on commit 5f73e47

Please sign in to comment.