Skip to content

Commit

Permalink
configuration: enable lua for maximal (#411)
Browse files Browse the repository at this point in the history
* configuration: enable lua for maximal
---

Co-authored-by: raf <[email protected]>
  • Loading branch information
horriblename and NotAShelf authored Oct 8, 2024
1 parent e77632e commit 0947ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ isMaximal: {
ts.enable = isMaximal;
svelte.enable = isMaximal;
go.enable = isMaximal;
lua.enable = isMaximal;
elixir.enable = isMaximal;
zig.enable = isMaximal;
ocaml.enable = isMaximal;
Expand Down

0 comments on commit 0947ab3

Please sign in to comment.