From 394cc0227219caf332dc5f732aed5765c67b7a47 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Wed, 31 Jan 2024 07:58:56 -0600 Subject: [PATCH] Minor edits of `plugins_manager.md` * add comma * reword one sentence --- docs/books/nvchad/nvchad_ui/plugins_manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/nvchad/nvchad_ui/plugins_manager.md b/docs/books/nvchad/nvchad_ui/plugins_manager.md index a6e758bffe..067dc025a9 100644 --- a/docs/books/nvchad/nvchad_ui/plugins_manager.md +++ b/docs/books/nvchad/nvchad_ui/plugins_manager.md @@ -164,7 +164,7 @@ In writing the plugin, special attention was paid to performance and code effici ![Lazy Profiler](../images/lazy_profile.png) -Here we can see the loading times of the various plugins that can be sorted with the key combination ++ctrl++ + ++"s"++ by entry in the configuration or by loading time. We also have the possibility to perform searches on the loading time of plugins by setting a minimum threshold in milliseconds with the combination ++ctrl++ + ++"f"++. +Here, we can see the loading times of the various plugins that can be sorted with the key combination ++ctrl++ + ++"s"++ by entry in the configuration or by loading time. We can also perform searches on plugins' loading time by setting a minimum threshold in milliseconds with the combination ++ctrl++ + ++"f"++. This information can be useful in troubleshooting if the editor slows down abnormally.