diff --git a/nix/modules/nixvim/home.nix b/nix/modules/nixvim/home.nix index 838e335..5ecdf05 100644 --- a/nix/modules/nixvim/home.nix +++ b/nix/modules/nixvim/home.nix @@ -29,6 +29,11 @@ in enable = true; defaultEditor = true; colorschemes.tokyonight.enable = true; + performance.byteCompileLua = { + enable = true; + plugins = true; + nvimRuntime = true; + }; plugins = { lsp-status.enable = true; lsp = { @@ -182,6 +187,13 @@ in silent = true; }; } + { + action = "Trouble diagnostics toggle"; + key = "fd"; + options = { + silent = true; + }; + } ]; }; }