This commit is contained in:
Rikuoh Tsujitani 2024-04-18 21:09:47 +09:00
parent d1ffc3f873
commit 503d66900c
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -152,6 +152,7 @@ require("lazy").setup({
{ "nvimtools/none-ls.nvim", event = "LspAttach" },
{ "mfussenegger/nvim-dap", event = "LspAttach" },
{ "rcarriga/nvim-dap-ui", event = "LspAttach" },
{ "nvim-neotest/nvim-nio", event = "LspAttach" },
{ "theHamsta/nvim-dap-virtual-text", config = true, event = "LspAttach" },
{ "suketa/nvim-dap-ruby", config = true, ft = "ruby" },
{ "leoluz/nvim-dap-go", ft = "go" },