Skip to content

Commit 1b26f91

Browse files
committed
feat: adding nvim nio
1 parent ba67360 commit 1b26f91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

init.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require('lazy').setup({
100100
},
101101

102102
-- Useful plugin to show you pending keybinds.
103-
{ 'folke/which-key.nvim', opts = {} },
103+
{ 'folke/which-key.nvim', opts = {} },
104104
{
105105
-- Adds git related signs to the gutter, as well as utilities for managing changes
106106
'lewis6991/gitsigns.nvim',
@@ -131,6 +131,7 @@ require('lazy').setup({
131131
end,
132132
},
133133
},
134+
{ "nvim-neotest/nvim-nio" },
134135
{
135136
-- Set lualine as statusline
136137
'nvim-lualine/lualine.nvim',
@@ -155,8 +156,7 @@ require('lazy').setup({
155156
},
156157

157158
-- "gc" to comment visual regions/lines
158-
{ 'numToStr/Comment.nvim', opts = {} },
159-
159+
{ 'numToStr/Comment.nvim', opts = {} },
160160
{
161161
-- Highlight, edit, and navigate code
162162
'nvim-treesitter/nvim-treesitter',
@@ -170,6 +170,7 @@ require('lazy').setup({
170170
-- These are some example plugins that I've included in the kickstart repository.
171171
-- Uncomment any of the lines below to enable them.
172172
-- require 'kickstart.plugins.autoformat',
173+
173174
require 'kickstart.plugins.debug',
174175

175176
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`

0 commit comments

Comments
 (0)