mirror of
https://github.com/cap153/nvim.git
synced 2026-01-06 18:54:57 +08:00
添加运行代码的code runner插件
This commit is contained in:
parent
0351e788f3
commit
7dff61113b
5 changed files with 128 additions and 40 deletions
|
|
@ -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配置,全局的错误和警告提示,修复建议,重命名变量,格式化代码等等
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue