add some keymaps for vscode scenario

This commit is contained in:
2025-04-15 23:27:19 +08:00
parent 1a4f3d6c3a
commit 82a7282861
17 changed files with 610 additions and 133 deletions

View File

@@ -1,2 +1,7 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
if vim.g.vscode then
require('config.lazyvscode')
else
require("config.lazy")
end