Skip to content

Commit

Permalink
Merge pull request #769 from DrSensor/patch/languages.lua/add/LuaLS
Browse files Browse the repository at this point in the history
Add `lua-language-server` into `languages.lua`
  • Loading branch information
domenkozar authored Aug 6, 2023
2 parents 81e7928 + 150c582 commit 7548a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/languages/lua.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in
config = lib.mkIf cfg.enable {
packages = [
cfg.package
pkgs.lua-language-server
];
};
}

0 comments on commit 7548a82

Please sign in to comment.