diff options
| author | user@node5.net <user@node5.net> | 2026-03-15 21:58:51 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-03-15 22:07:24 +0100 |
| commit | dfff12009954f035dc15429f666fcb776a1cd43a (patch) | |
| tree | 68a87da54c910f7944b5d5aceefa8295fa17ea6b /README.md | |
| parent | 120a33f6bdb0f26085cab5250f97cb2817a40111 (diff) | |
move doc to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -6,9 +6,9 @@ nix run git+https://git.node5.net/nix/nvim ``` -## Add to NixOS flake +## Install -Add this to your inputs +Add this to your NixOS flake inputs ```nix node5-nvim.url = "git+https://git.node5.net/nix/nvim"; @@ -19,3 +19,27 @@ And this to `environment.systemPackages` ```nix inputs.node5-nvim.packages.x86_64-linux.default ``` + +--- + +Print current config: `nvf-print-config nvim | bat --language lua` + +## Handy shortcuts +- leader is space +- `<leader>g` show git diff pop up +- `<leader>ld` show linter error / warning list at bottom +- `<leader>/` find text in files - grep text in files +- `<leader>.` find files - grep files names +- `CTRL+T` Terminal + +## Handy commands +- `:StripWhitespace` - remove unwanted trailing whitespace +- `:Noice` command to show a full message history + +## TODO + +- [ ] TODO Markdown preview new window +- [ ] TODO Fix dashboard +- [ ] TODO Smoothscrolling +- [ ] TODO Undo tree + |
