1
0
Fork 0

Configure vscode-hls

This commit is contained in:
Malte Brandy 2022-03-07 05:01:15 +01:00
parent d4b5c7753a
commit 5c4d31bfe8

View file

@ -73,6 +73,8 @@
];
"vim.useCtrlKeys" = false;
"tabnine.experimentalAutoImports" = true;
"haskell.formattingProvider" = "fourmolu";
"haskell.updateBehavior" = "never-check";
};
};
}