Add neovim dependencies to flake

main
Hektor Misplon 2025-10-15 22:48:09 +02:00
parent cac4b7641c
commit 860b66c71f
1 changed files with 11 additions and 0 deletions

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