Merge branch 'nvim-lua:master' into master

This commit is contained in:
Vladislav Grechannik 2024-03-19 00:56:35 +01:00 committed by GitHub
commit 952682c862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 113 additions and 56 deletions

View file

@ -14,6 +14,9 @@ return {
-- Creates a beautiful debugger UI
'rcarriga/nvim-dap-ui',
-- Required dependency for nvim-dap-ui
'nvim-neotest/nvim-nio',
-- Installs the debug adapters for you
'williamboman/mason.nvim',
'jay-babu/mason-nvim-dap.nvim',