qol(nixvim@modules): bytecompiled and new keybind for diagnostics
This commit is contained in:
@@ -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 = "<cmd>Trouble diagnostics toggle<cr>";
|
||||
key = "<leader>fd";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user