LSP pour nix et bash

This commit is contained in:
Yves Dubromelle
2023-07-01 15:29:17 +02:00
parent 838d1f4895
commit 589f090d6f

View File

@@ -32,6 +32,8 @@ mkIf true {
wget # client HTTP console
which # pour connaitre le chemin d'un exécutable
helix # Éditeur post-moderne
nil # LSP pour Nix
nodePackages.bash-language-server # LSP pour Bash
];
programs = {
fish.enable = true;