Compare commits

..

2 Commits

Author SHA1 Message Date
Hektor Misplon 860b66c71f Add neovim dependencies to flake 2025-10-15 22:48:09 +02:00
Hektor Misplon cac4b7641c test 2025-10-15 22:25:28 +02:00
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -59,7 +59,18 @@
{ {
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
]; ];
}; };