diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 8b639bb..0123ad6 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -39,6 +39,8 @@ pkgs.yaml-language-server # for shell scripts pkgs.bash-language-server + # for justfile + pkgs.just-lsp ]; }; };