Compare commits

..

No commits in common. "0f29dc3054c22dd3c4be85f21212effd4485c03c" and "6113c086eb3e642f3fe991b2227b654f0a9b80a1" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1 +1 @@
require("auto-session").setup({}) require('auto-session').setup({})

View File

@ -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
]; ];
}; };