nvim-nio
This commit is contained in:
parent
d1ffc3f873
commit
503d66900c
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -152,6 +152,7 @@ require("lazy").setup({
|
||||||
{ "nvimtools/none-ls.nvim", event = "LspAttach" },
|
{ "nvimtools/none-ls.nvim", event = "LspAttach" },
|
||||||
{ "mfussenegger/nvim-dap", event = "LspAttach" },
|
{ "mfussenegger/nvim-dap", event = "LspAttach" },
|
||||||
{ "rcarriga/nvim-dap-ui", event = "LspAttach" },
|
{ "rcarriga/nvim-dap-ui", event = "LspAttach" },
|
||||||
|
{ "nvim-neotest/nvim-nio", event = "LspAttach" },
|
||||||
{ "theHamsta/nvim-dap-virtual-text", config = true, event = "LspAttach" },
|
{ "theHamsta/nvim-dap-virtual-text", config = true, event = "LspAttach" },
|
||||||
{ "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" },
|
||||||
|
|
Loading…
Reference in a new issue