Compare commits
2 Commits
9b153e7628
...
860b66c71f
| Author | SHA1 | Date |
|---|---|---|
|
|
860b66c71f | |
|
|
cac4b7641c |
|
|
@ -1 +1 @@
|
|||
require('auto-session').setup({})
|
||||
require("auto-session").setup({})
|
||||
|
|
|
|||
|
|
@ -59,7 +59,18 @@
|
|||
{
|
||||
lspsAndRuntimeDeps = with pkgs; {
|
||||
general = [
|
||||
black
|
||||
clang
|
||||
clang-tools
|
||||
gawk
|
||||
gdtoolkit_4
|
||||
isort
|
||||
tree-sitter
|
||||
ormolu
|
||||
nodePackages.prettier
|
||||
prettierd
|
||||
shellcheck-minimal
|
||||
stylua
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue