feat: adding nvim nio

This commit is contained in:
Kiruel 2024-04-18 14:49:26 +02:00
parent ba673604ef
commit 1b26f91faa
1 changed files with 4 additions and 3 deletions

View File

@ -131,6 +131,7 @@ require('lazy').setup({
end,
},
},
{ "nvim-neotest/nvim-nio" },
{
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
@ -156,7 +157,6 @@ require('lazy').setup({
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
{
-- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
@ -170,6 +170,7 @@ require('lazy').setup({
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.
-- require 'kickstart.plugins.autoformat',
require 'kickstart.plugins.debug',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`