Skip to content

Commit

Permalink
add nvim nio for nvim dap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmorais committed Apr 11, 2024
1 parent 7e06d68 commit 6eea9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/packer-config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ return require("packer").startup(function(use)
use("mfussenegger/nvim-dap")
use("rcarriga/nvim-dap-ui")
use("theHamsta/nvim-dap-virtual-text")

use({ "nvim-neotest/nvim-nio" })
--> AI
-- use("github/copilot.vim")

Expand Down

0 comments on commit 6eea9cd

Please sign in to comment.