Compare commits
No commits in common. "adcfb11f72d00bba247c6d4d5e8fb12f50a76163" and "b5ac576fa99bde8412b7c36060bb85a1d41a1c6d" have entirely different histories.
adcfb11f72
...
b5ac576fa9
1 changed files with 1 additions and 9 deletions
|
@ -189,7 +189,6 @@ let
|
||||||
gitui
|
gitui
|
||||||
lazygit
|
lazygit
|
||||||
pre-commit
|
pre-commit
|
||||||
scriv
|
|
||||||
|
|
||||||
# Haskell
|
# Haskell
|
||||||
ghc
|
ghc
|
||||||
|
@ -345,11 +344,7 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
userSettings = let
|
userSettings = let
|
||||||
defaultPython = pkgs.python3.withPackages (ps: [
|
defaultPython = pkgs.python3.withPackages (ps: [ps.jedi ps.jedi-language-server ps.pip ps.black ps.mypy]);
|
||||||
ps.jedi ps.jedi-language-server
|
|
||||||
ps.pip ps.setuptools # for pkg_resources
|
|
||||||
ps.black ps.mypy
|
|
||||||
]);
|
|
||||||
in {
|
in {
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"window.autoDetectColorScheme" = true;
|
"window.autoDetectColorScheme" = true;
|
||||||
|
@ -382,9 +377,6 @@ in
|
||||||
"black-formatter.importStrategy" = "fromEnvironment";
|
"black-formatter.importStrategy" = "fromEnvironment";
|
||||||
"mypy-type-checker.path" = ["${pkgs.python3Packages.mypy}/bin/mypy"];
|
"mypy-type-checker.path" = ["${pkgs.python3Packages.mypy}/bin/mypy"];
|
||||||
"mypy-type-checker.importStrategy" = "fromEnvironment";
|
"mypy-type-checker.importStrategy" = "fromEnvironment";
|
||||||
"mypy-type-checker.args" = [
|
|
||||||
"--ignore-missing-imports"
|
|
||||||
];
|
|
||||||
"gitlens.telemetry.enabled" = false;
|
"gitlens.telemetry.enabled" = false;
|
||||||
"vim.highlightedyank.enable" = true;
|
"vim.highlightedyank.enable" = true;
|
||||||
"vim.history" = 500;
|
"vim.history" = 500;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue