2024-07-27 15:14:21 +02:00
|
|
|
{
|
|
|
|
|
opts = {
|
|
|
|
|
number = true;
|
|
|
|
|
};
|
2024-07-27 18:18:33 +02:00
|
|
|
|
|
|
|
|
globals.mapleader = " ";
|
2024-08-01 15:47:48 +02:00
|
|
|
|
|
|
|
|
performance.byteCompileLua = {
|
|
|
|
|
enable = true;
|
|
|
|
|
nvimRuntime = true;
|
|
|
|
|
plugins = true;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
performance.combinePlugins = {
|
|
|
|
|
enable = true;
|
|
|
|
|
standalonePlugins = [
|
|
|
|
|
"hmts.nvim"
|
|
|
|
|
"nvim-treesitter"
|
|
|
|
|
"vimplugin-treesitter-grammar-nix"
|
|
|
|
|
];
|
|
|
|
|
};
|
2024-07-27 15:14:21 +02:00
|
|
|
}
|