flake.lock: update neovim-wrapper

This commit is contained in:
Gerg-L 2024-07-13 17:42:54 -04:00
commit 8eb29c9061
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -95,11 +95,11 @@
]
},
"locked": {
"lastModified": 1720539383,
"narHash": "sha256-HF4+pQJwgw62lLpWo5TiXFb8ui0FpZcb2TkSh9qXju8=",
"lastModified": 1720906640,
"narHash": "sha256-hQ++e9r03DPy9UByZ3aSweRn74EUx3HuoBTaUzYdE0E=",
"owner": "Gerg-L",
"repo": "neovim-wrapper",
"rev": "a2b26accc1c414bc0ef0132ab167e2973dc26e68",
"rev": "be1a9ec41230708ac72cabb1c5f4492f4f01f6d1",
"type": "github"
},
"original": {

View file

@ -84,7 +84,7 @@ inputs: {
neovim-wrapped = inputs.neovim-wrapper.legacyPackages.${pkgs.stdenv.system}.neovimWrapper {
neovim = vimOptions.package;
plugins = concatLists [builtStartPlugins builtOptPlugins];
wrapperArgs = ["--set" "NVIM_APPNAME" "nvf"];
appName = "nvf";
initViml = vimOptions.builtConfigRC;
extraBinPath = vimOptions.extraPackages;