Skip to content

Commit

Permalink
Merge pull request #14 from fabmorais/add-nvim-nio
Browse files Browse the repository at this point in the history
add nvim nio for nvim dap plugin
  • Loading branch information
fabmorais authored Apr 11, 2024
2 parents 7e06d68 + 6eea9cd commit 3a18816
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 3a18816

Please sign in to comment.