Goの復活

This commit is contained in:
Rikuoh Tsujitani 2024-08-14 22:04:12 +09:00
parent 5eb5292ab5
commit d88723b4f1
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -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 %"
},
},