This website requires JavaScript.
Explore
Help
Sign in
mirror
/
nix-community.nixvim
Watch
1
Star
0
Fork
You've already forked nix-community.nixvim
0
mirror of
https://github.com/nix-community/nixvim.git
synced
2025-06-21 08:35:43 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b17c801f2e
nix-community.nixvim
/
wrappers
/
modules
/
darwin.nix
8 lines
91 B
Nix
Raw
Normal View
History
Unescape
Escape
wrappers: simplify modules
2024-07-02 15:06:39 +01:00
{
wrappers/modules: move `enable` to `shared.nix` We may end up having additional "shared" options and/or config.
2024-10-22 09:08:37 +01:00
imports
=
[
./shared.nix
]
;
wrappers: add `meta.wrappers` options to wrappers Allows the docs to be a little less hard-coded. Lays the groundwork for splitting up the platform-specific option docs on a per-page basis.
2024-10-22 10:03:37 +01:00
config
=
{
meta
.
wrapper
.
name
=
"
n
i
x
-
d
a
r
w
i
n
"
;
}
;
wrappers: simplify modules
2024-07-02 15:06:39 +01:00
}
Reference in a new issue
Copy permalink