mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-21 22:36:32 +00:00
languages/docker: add missing mkIf
This commit is contained in:
parent
6b8e9267f0
commit
7753a473b5
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkMerge [
|
config = mkIf cfg.enable (mkMerge [
|
||||||
{
|
{
|
||||||
vim.autocmds = [
|
vim.autocmds = [
|
||||||
# Without this the LSP doesn't understand them correctly
|
# Without this the LSP doesn't understand them correctly
|
||||||
|
|
@ -162,5 +162,5 @@ in {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue