mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:27c5598: runtime(doc): Add hint how to load termdebug from vimrc (#29704)
fixes: vim/vim#15256
27c55984de
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
f0eb855607
commit
8b7c8a0994
@ -213,6 +213,8 @@ Starting ~
|
||||
*termdebug-starting*
|
||||
Load the plugin with this command: >vim
|
||||
packadd termdebug
|
||||
When loading the plugin from the |vimrc| file, add the "!" attribute: >vim
|
||||
packadd! termdebug
|
||||
< *:Termdebug*
|
||||
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
|
||||
command name, for example: >vim
|
||||
|
Loading…
Reference in New Issue
Block a user