mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-18 21:17:23 +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 = [
|
||||
# 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