1
0
Fork 0

Update codium config

This commit is contained in:
Malte Brandy 2022-02-17 19:08:13 +01:00
parent cbe57bd3b7
commit e7189adfa3

View file

@ -16,8 +16,6 @@
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
eamodio.gitlens
editorconfig.editorconfig
haskell.haskell
bbenoist.nix
vscodevim.vim
@ -58,6 +56,7 @@
"folder" = "$CURRENT_FILE_DIRECTORY";
}
];
"vim.useCtrlKeys" = false;
};
};
}