modules: switch to gerg's neovim-wrapper (#325)

* modules: switch to gerg's neovim-wrapper

* Use initViml instead of writeText (#330)

---------

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
raf 2024-07-13 15:05:21 +00:00 committed by GitHub
commit 5fab82ba91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": 1720539383,
"narHash": "sha256-HF4+pQJwgw62lLpWo5TiXFb8ui0FpZcb2TkSh9qXju8=",
"owner": "Gerg-L",
"repo": "neovim-wrapper",
"rev": "a2b26accc1c414bc0ef0132ab167e2973dc26e68",
"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",