modules/wrapper: move RC features to wrapper/rc

This commit is contained in:
raf 2024-04-21 02:10:06 +03:00
commit d9a984bf6f
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 539 additions and 479 deletions

View file

@ -49,6 +49,7 @@
# using the configuration passed in `neovim` and `plugins` modules.
wrapper = map (p: ./wrapper + "/${p}") [
"build"
"rc"
"warnings"
];