mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
parent
97306e4d4a
commit
40335dd92c
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ vim.api.nvim_create_autocmd("User", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
function LazyVim.terminal()
|
||||||
|
require("vscode").action("workbench.action.terminal.toggleTerminal")
|
||||||
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue