modules: switch to gerg's neovim-wrapper

This commit is contained in:
raf 2024-07-09 00:24:40 +03:00
commit a97d95db03
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 40 additions and 30 deletions

21
flake.lock generated
View file

@ -88,6 +88,26 @@
"type": "github"
}
},
"neovim-wrapper": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1720472688,
"narHash": "sha256-IQqFxe+LwXCjLSosxz3TP9xNRf1VCuWbI4JuBTC6ys4=",
"owner": "Gerg-L",
"repo": "neovim-wrapper",
"rev": "25d77eb68da40577727d1f71a569a9ff5c15cc26",
"type": "github"
},
"original": {
"owner": "Gerg-L",
"repo": "neovim-wrapper",
"type": "github"
}
},
"nil": {
"inputs": {
"flake-utils": [
@ -1781,6 +1801,7 @@
"inputs": {
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"neovim-wrapper": "neovim-wrapper",
"nil": "nil",
"nixpkgs": "nixpkgs",
"nmd": "nmd",