Compare commits
No commits in common. "860b66c71fdc1514c1b6b66a9ecd2a5aa1e8e78f" and "9b153e7628fcd8afa89540506ae3868a4fa90fb4" have entirely different histories.
860b66c71f
...
9b153e7628
|
|
@ -1 +1 @@
|
||||||
require("auto-session").setup({})
|
require('auto-session').setup({})
|
||||||
|
|
|
||||||
|
|
@ -59,18 +59,7 @@
|
||||||
{
|
{
|
||||||
lspsAndRuntimeDeps = with pkgs; {
|
lspsAndRuntimeDeps = with pkgs; {
|
||||||
general = [
|
general = [
|
||||||
black
|
|
||||||
clang
|
|
||||||
clang-tools
|
|
||||||
gawk
|
|
||||||
gdtoolkit_4
|
|
||||||
isort
|
|
||||||
tree-sitter
|
tree-sitter
|
||||||
ormolu
|
|
||||||
nodePackages.prettier
|
|
||||||
prettierd
|
|
||||||
shellcheck-minimal
|
|
||||||
stylua
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue