mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
docs: fix codeblock closing in standalone installation guide
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964ea02c71459a2be778c9e91897f6e49ae
This commit is contained in:
parent
be5cc82c5f
commit
8092a6f188
1 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,8 @@ the default theme enabled. You may use other options inside `config.vim` in
|
||||||
# ...
|
# ...
|
||||||
modules = [
|
modules = [
|
||||||
# This will make wrapped neovim available in your system packages
|
# This will make wrapped neovim available in your system packages
|
||||||
# Can also move this to another config file if you pass inputs/self around with specialArgs
|
# Can also move this to another config file if you pass your own
|
||||||
|
# inputs/self around with specialArgs
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim];
|
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim];
|
||||||
})
|
})
|
||||||
|
@ -58,4 +59,5 @@ the default theme enabled. You may use other options inside `config.vim` in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}```
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue