mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 02:49:33 +00:00
docs: typo neovim -> my-neovim
When I tried this code I was getting an error `attribute 'neovim' missing`. When i changed it to `my-neovim` (from the other code above), it worked.
This commit is contained in:
parent
b4d6539e7e
commit
daaa7b0ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ the default theme enabled. You may use other options inside `config.vim` in
|
||||||
# Can also move this to another config file if you pass your own
|
# Can also move this to another config file if you pass your own
|
||||||
# inputs/self around with specialArgs
|
# inputs/self around with specialArgs
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim];
|
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.my-neovim];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
# ...
|
# ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue