Goの復活
This commit is contained in:
parent
5eb5292ab5
commit
d88723b4f1
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
@ -157,7 +157,6 @@ require("lazy").setup({
|
||||||
{ "suketa/nvim-dap-ruby", config = true, ft = "ruby" },
|
{ "suketa/nvim-dap-ruby", config = true, ft = "ruby" },
|
||||||
{ "leoluz/nvim-dap-go", ft = "go" },
|
{ "leoluz/nvim-dap-go", ft = "go" },
|
||||||
{ "mxsdev/nvim-dap-vscode-js", ft = "javascript" },
|
{ "mxsdev/nvim-dap-vscode-js", ft = "javascript" },
|
||||||
{ "mfussenegger/nvim-dap-python", ft = "python" },
|
|
||||||
{ "akinsho/flutter-tools.nvim", ft = "dart" },
|
{ "akinsho/flutter-tools.nvim", ft = "dart" },
|
||||||
{ "nvimdev/lspsaga.nvim", event = "LspAttach" },
|
{ "nvimdev/lspsaga.nvim", event = "LspAttach" },
|
||||||
{ "is0n/jaq-nvim", event = "LspAttach" },
|
{ "is0n/jaq-nvim", event = "LspAttach" },
|
||||||
|
@ -523,6 +522,8 @@ require("jaq-nvim").setup({
|
||||||
sh = "sh %",
|
sh = "sh %",
|
||||||
ruby = "ruby %",
|
ruby = "ruby %",
|
||||||
php = "php %",
|
php = "php %",
|
||||||
|
go = "go run %",
|
||||||
|
javascript = "node %"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue