Add markdown rendering to Neovim with render-markdown.nvim
- Add render-markdown plugin for in-buffer markdown preview - Add <leader>md keybinding to toggle markdown rendering - Update README documentation with markdown rendering features - Uses existing treesitter and web-devicons dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
50a6a217e2
commit
2295aa9131
2 changed files with 15 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ home-manager switch --flake github:Logan-Lin/nix-config#yanlin
|
|||
- **Git Integration**: vim-fugitive for git operations
|
||||
- **Status Line**: lualine with gruvbox theme and relative paths
|
||||
- **System Clipboard**: Seamless integration for copy/paste
|
||||
- **Markdown Rendering**: render-markdown.nvim for beautiful in-buffer markdown preview
|
||||
|
||||
#### Keybindings:
|
||||
|
||||
|
|
@ -63,6 +64,7 @@ home-manager switch --flake github:Logan-Lin/nix-config#yanlin
|
|||
| `<Space>gd` | Normal | Git diff |
|
||||
| `<Space>gc` | Normal | Git commit |
|
||||
| `<Space>gp` | Normal | Git push |
|
||||
| `<Space>md` | Normal | Toggle markdown rendering |
|
||||
|
||||
### 🖥️ Tmux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue