add performance section

This commit is contained in:
Osman Faruk Bayram 2025-03-08 03:30:21 +03:00
parent a5b0c4751d
commit b8283ec9cb

View file

@ -29,5 +29,14 @@
lazygit
black
];
performance = {
byteCompileLua = {
enable = true;
nvimRuntime = true;
configs = true;
plugins = true;
};
};
};
}