Compare commits

...
2 Commits
Author SHA1 Message Date
hektor 0f29dc3054 Add neovim dependencies to flake 2025-10-15 22:48:09 +02:00
hektor c901a1cea4 test 2025-10-15 22:25:28 +02:00
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
require('auto-session').setup({})
require("auto-session").setup({})
+11
View File
@@ -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
];
};