Compare commits
No commits in common. "0f29dc3054c22dd3c4be85f21212effd4485c03c" and "6113c086eb3e642f3fe991b2227b654f0a9b80a1" have entirely different histories.
0f29dc3054
...
6113c086eb
|
|
@ -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