mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +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
|
@ -33,30 +33,12 @@ mkVimPlugin {
|
|||
];
|
||||
imports = [
|
||||
(mkRenamedOptionModule
|
||||
[
|
||||
"plugins"
|
||||
"markdown-preview"
|
||||
"fileTypes"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"markdown-preview"
|
||||
"settings"
|
||||
"filetypes"
|
||||
]
|
||||
[ "plugins" "markdown-preview" "fileTypes" ]
|
||||
[ "plugins" "markdown-preview" "settings" "filetypes" ]
|
||||
)
|
||||
(mkRenamedOptionModule
|
||||
[
|
||||
"plugins"
|
||||
"markdown-preview"
|
||||
"browserFunc"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"markdown-preview"
|
||||
"settings"
|
||||
"browserfunc"
|
||||
]
|
||||
[ "plugins" "markdown-preview" "browserFunc" ]
|
||||
[ "plugins" "markdown-preview" "settings" "browserfunc" ]
|
||||
)
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue