Skip to content

Commit aa4f0d4

Browse files
Compile lua to byte code (#96)
1 parent 7df9692 commit aa4f0d4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@
7070

7171
diagnostic.settings.virtual_text = true;
7272

73+
performance.byteCompileLua = {
74+
enable = true;
75+
luaLib = true;
76+
nvimRuntime = true;
77+
plugins = true;
78+
};
79+
7380
plugins = {
7481
bufferline.enable = true;
7582
commentary.enable = true;

0 commit comments

Comments
 (0)