mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-07 18:42:24 +00:00
wrapper: rename build dir to environemnt
This commit is contained in:
parent
8febf44422
commit
f9d1684b5f
4 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
# The neovim wrapper, used to build a wrapped neovim package
|
# The neovim wrapper, used to build a wrapped neovim package
|
||||||
# using the configuration passed in `neovim` and `plugins` modules.
|
# using the configuration passed in `neovim` and `plugins` modules.
|
||||||
wrapper = map (p: ./wrapper + "/${p}") [
|
wrapper = map (p: ./wrapper + "/${p}") [
|
||||||
"build"
|
"environment"
|
||||||
"rc"
|
"rc"
|
||||||
"warnings"
|
"warnings"
|
||||||
"lazy"
|
"lazy"
|
||||||
|
|
Loading…
Reference in a new issue