remove:nixvim

This commit is contained in:
dichgrem
2025-07-22 13:32:09 +08:00
parent 3dd8b221db
commit 26c742c4ca
35 changed files with 664 additions and 1298 deletions

18
dotfiles/.config/nvim/README.md vendored Normal file
View File

@@ -0,0 +1,18 @@
# 💤 LazyVim
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 ## Fix Markdown Code-box display
- Clipboard support: using nvim-osc52
- Git UI support: using lazygit.nvim
- Dashboard support: using snacks.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;