mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00: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:
@@ -213,6 +213,8 @@ Starting ~
|
|||||||
*termdebug-starting*
|
*termdebug-starting*
|
||||||
Load the plugin with this command: >vim
|
Load the plugin with this command: >vim
|
||||||
packadd termdebug
|
packadd termdebug
|
||||||
|
When loading the plugin from the |vimrc| file, add the "!" attribute: >vim
|
||||||
|
packadd! termdebug
|
||||||
< *:Termdebug*
|
< *:Termdebug*
|
||||||
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
|
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
|
||||||
command name, for example: >vim
|
command name, for example: >vim
|
||||||
|
|||||||
Reference in New Issue
Block a user