mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
feat(vscode): better vscode support
This commit is contained in:
parent
eba510ec69
commit
5bf45e3139
3 changed files with 43 additions and 37 deletions
|
@ -161,6 +161,8 @@ function M.load(name)
|
|||
-- HACK: LazyVim may have overwritten options of the Lazy ui, so reset this here
|
||||
vim.cmd([[do VimResized]])
|
||||
end
|
||||
local pattern = "LazyVim" .. name:sub(1, 1):upper() .. name:sub(2)
|
||||
vim.api.nvim_exec_autocmds("User", { pattern = pattern, modeline = false })
|
||||
end
|
||||
|
||||
M.did_init = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue