添加运行代码的code runner插件

This commit is contained in:
a770 2025-06-10 22:14:43 +08:00
parent 0351e788f3
commit 7dff61113b
5 changed files with 128 additions and 40 deletions

View file

@ -17,6 +17,8 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
-- 启动Lazy插件管理快捷键
vim.keymap.set("n", "<leader>l", ":Lazy<CR>", { noremap = true })
require("lazy").setup({
-- 运行代码
require("lazy.plugins.coderunner"),
-- 自动补全插件
require("lazy.plugins.blinkcmp"),
-- lsp配置全局的错误和警告提示修复建议重命名变量格式化代码等等