Compare commits

..

No commits in common. "860b66c71fdc1514c1b6b66a9ecd2a5aa1e8e78f" and "9b153e7628fcd8afa89540506ae3868a4fa90fb4" 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
]; ];
}; };