update:nvim

This commit is contained in:
Dich
2025-05-28 20:54:56 +08:00
parent 05707a142c
commit 990074f250

View File

@ -2,3 +2,16 @@
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
## Plugins
- Markdown support: using Markdown-priview.nvim
- Clipboard support: using nvim-osc52
- Git UI support: using lazygit.nvim
## Keymaps
- Add Ctrl+W to quit buffer;
- Add Ctrl+Tab to switch buffer;
- Add Ctrl+Shift+5 to start a new terminal;
- Add Ctrl+/h/j/k/l to switch between terminals;