From 51d24fa43c5b7d7482dceec21042eac4af14806c Mon Sep 17 00:00:00 2001 From: Buliway Date: Fri, 24 Jan 2025 16:42:05 +0300 Subject: [PATCH] new neavim readme --- nvim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/README.md b/nvim/README.md index 79f1496..d5e2ec7 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -130,7 +130,7 @@ Per project можно использовать `.editorconfig` файл в ко | `rn` | `R`e`n`ame. Rename the variable under your cursor. Most Language Servers support renaming across files, etc. | lsp.lua | | `ca` | `C`ode `A`ction. Execute a code action, usually your cursor needs to be on top of an error or a suggestion from your LSP for this to activate | lsp.lua | | `ss` | `S`earch Document `S`ymbols | lsp.lua | -| `sS` | `S`earch `S`elect Telescope | lsp.lua | +| `sS` | `S`earch `S`elect Telescope | health.lua | | `sh` | `S`earch `H`elp | health.lua | | `sk` | `S`earch `K`eymaps | health.lua | | `sf` | `S`earch `F`iles | health.lua |