Toggle terminal with coc.nvim. Inspired by repl with coc.nvim.
:CocInstall coc-terminal
<Plug>(coc-terminal-toggle)
: toggle terminal show/hide
-
terminal.REPLMappings
: association overrides between file types and the command called for their REPL, default:{ "c": "cling", "cpp": "cling", "javascript": "node", "typescript": "ts-node", "python": "python" }
terminal.Toggle
: Show/hide terminalterminal.REPL
: Create REPL for current file, only supportJS
,TS
,Python
,C++
for nowterminal.Destroy
: Destroy and free terminal
MIT
This extension is created by create-coc-extension