16 lines
215 B
Markdown
16 lines
215 B
Markdown
![]() |
# nixvim-config
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Add the following to the `inputs` section of your flake.nix:
|
||
|
|
||
|
```nix
|
||
|
nixvim-config.url = "github:homefree/nixvim-config";
|
||
|
```
|
||
|
|
||
|
And add the following module:
|
||
|
|
||
|
```nix
|
||
|
@TODO
|
||
|
```
|