mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
c6080c206e
commit
ae78face8d
22 changed files with 100 additions and 185 deletions
|
@ -53,16 +53,7 @@ in
|
|||
|
||||
# TODO: Added 2024-07-24; remove after 24.11
|
||||
imports = [
|
||||
(lib.mkRenamedOptionModule
|
||||
[
|
||||
"nixvim"
|
||||
"helpers"
|
||||
]
|
||||
[
|
||||
"lib"
|
||||
"nixvim"
|
||||
]
|
||||
)
|
||||
(lib.mkRenamedOptionModule [ "nixvim" "helpers" ] [ "lib" "nixvim" ])
|
||||
];
|
||||
|
||||
config = mkMerge [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue