From d88723b4f11c5b1da3f63277e4906d23d64333a3 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Wed, 14 Aug 2024 22:04:12 +0900 Subject: [PATCH] =?UTF-8?q?Go=E3=81=AE=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a1fa0b2..17cb429 100644 --- a/init.lua +++ b/init.lua @@ -157,7 +157,6 @@ require("lazy").setup({ { "suketa/nvim-dap-ruby", config = true, ft = "ruby" }, { "leoluz/nvim-dap-go", ft = "go" }, { "mxsdev/nvim-dap-vscode-js", ft = "javascript" }, - { "mfussenegger/nvim-dap-python", ft = "python" }, { "akinsho/flutter-tools.nvim", ft = "dart" }, { "nvimdev/lspsaga.nvim", event = "LspAttach" }, { "is0n/jaq-nvim", event = "LspAttach" }, @@ -523,6 +522,8 @@ require("jaq-nvim").setup({ sh = "sh %", ruby = "ruby %", php = "php %", + go = "go run %", + javascript = "node %" }, },