fixes for dap stuff
This commit is contained in:
parent
51f5d6cd3c
commit
e29047af3b
4 changed files with 26 additions and 15 deletions
|
@ -34,6 +34,10 @@ require("lazy").setup({
|
|||
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio", "theHamsta/nvim-dap-virtual-text" },
|
||||
config = require('plugins.nvim-dap').init
|
||||
},
|
||||
{
|
||||
"folke/neodev.nvim",
|
||||
config = require('plugins.neodev').init
|
||||
},
|
||||
{ 'hrsh7th/cmp-nvim-lsp' },
|
||||
{ 'hrsh7th/cmp-buffer' },
|
||||
{ 'hrsh7th/cmp-cmdline' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue