From 96a873f0a0cdf5cf39121df001fada9c60c23d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Thu, 15 Dec 2022 00:23:27 +0100 Subject: [PATCH] Quick update to README --- README.md | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index ae91ebc..af5e5c3 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,6 @@ nvim +PackerSync ## Extra plugins included -- [vimspector](https://github.com/puremourning/vimspector) - - Simple plugin for debugging - - You need have to have `neovim` python module installed - - ```bash - pip3 install neovim - ``` - - You have to create a file with `Launch` config - see the [plugin repository](https://github.com/puremourning/vimspector) - [vim-pio](https://github.com/jiriks74/vim-pio) - PlatformIO vim plugin @@ -94,37 +86,6 @@ nvim +PackerSync | CTRL+e | ["\"] | Copilot accept | | CTRL+s | ["\"] | Toggle autosave | -### Mappings for vimspector (debugging) - -| Shortcut | Vim keybind | Description | -|-------------|-------------------|--------------------| -| Space+d+d | ["\dd"] | Launch | -| Space+d+S | ["\dS"] | Stop | -| Space+d+c | ["\dc"] | Continue | -| Space+d+p | ["\dp"] | Pause | -| Space+d+e | ["\de"] | Reset | -| Space+d+r | ["\dr"] | Restart | -| Space+d+R | ["\dR"] | Run to cursor | -| Space+d+C | ["\dC"] | Go to current line | -| Space+d+P | ["\dP"] | Move cursor to the program counter in current frame | -| | Breakpoints | | -| Space+d+b+t | ["\dbt"] | Toggle breakpoint | -| Space+d+b+l | ["\dbl"] | List breakpoints | -| Space+d+b+c | ["\dbc"] | Clear breakpoints | -| Space+d+b+C | ["\dbC"] | Toggle CBreakpoint or LogPoint on current line | -| Space+d+b+f | ["\dbf"] | Add a function breakpoint for expression under cursor | -| Space+d+b+n | ["\dbn"] | Jump to next breakpoint | -| Space+d+b+p | ["\dbp"] | Jump to previous breakpoint | -| | Step keybinds | | -| Space+d+s+s | ["\dss"] | Step over | -| Space+d+s+i | ["\dsi"] | Step into | -| Space+d+s+o | ["\dso"] | Step out | -| | Frame keybinds | | -| Space+d+f+u | ["\dfu"] | Up frame | -| Space+d+f+d | ["\dfd"] | Down frame | - -There are also some [VSCode like keybinds setup by the plugin](https://github.com/puremourning/vimspector#visual-studio--vscode) - ### Mappings for markdown preview | Shortcut | Vim keybind | Description | @@ -137,6 +98,8 @@ There are also some [VSCode like keybinds setup by the plugin](https://github.co ## TODO +- [ ] Nvim-DAP + - Modified the default AstroNvim config - [ ] [Mappings for `vimtex`](#mappings-for-vimtex) - [ ] Better section for `vim-pio` - [ ] Add section for setting up debugging @@ -146,7 +109,6 @@ There are also some [VSCode like keybinds setup by the plugin](https://github.co - [ ] Better [`README.md`](https://github.com/jiriks74/astronvim_config/blob/neovim7.2/README.md) for [`neovim7.2`](https://github.com/jiriks74/astronvim_config/tree/neovim7.2) branch - [ ] Add section redirecting to [`neovim72`](https://github.com/jiriks74/astronvim_config/tree/neovim7.2) - branch's [`README.md`](https://github.com/jiriks74/astronvim_config/blob/neovim7.2/README.md) it user has Neovim < 8.0 -- [ ] Add `.vimspector.json` template + branch's [`README.md`](https://github.com/jiriks74/astronvim_config/blob/neovim7.2/README.md) if user has Neovim < 8.0 - [ ] Setting up simple wiki? - [ ] Add section for ["weirongxu/plantuml-previewer.vim"](https://github.com/weirongxu/plantuml-previewer.vim)