mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-14 00:26:54 +00:00
wrapper: expose appName in mnw via config.vim.appname
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I993291328809699680c4765ea6313d996a6a6964
This commit is contained in:
parent
7fca440370
commit
f527abc19f
2 changed files with 14 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
# Wrap the user's desired (unwrapped) Neovim package with arguments that'll be used to
|
||||
# generate a wrapped Neovim package.
|
||||
neovim-wrapped = inputs.mnw.lib.wrap {inherit pkgs;} {
|
||||
appName = "nvf";
|
||||
appName = config.vim.appname;
|
||||
neovim = config.vim.package;
|
||||
initLua = config.vim.builtLuaConfigRC;
|
||||
luaFiles = config.vim.extraLuaFiles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue