docs/manual: add custom keybinds section; minor wording tweaks

Co-Authored-by: horriblename <badnam3o.0@gmail.com>

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idefa75ca9a92f89d008977a88066515d6a6a6964
This commit is contained in:
raf 2026-01-27 11:50:45 +03:00
commit 8050617656
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 41 additions and 1 deletions

View file

@ -14,11 +14,12 @@ vim.pluginOverrides = {
rev = "";
hash = "";
};
# It's also possible to use a flake input
lazydev-nvim = inputs.lazydev-nvim;
# Or a local path
lazydev-nvim = ./lazydev;
# Or a npins pin... etc
# Or a npins pin nvfetcher source, etc.
};
```