I just installed latest updated and nvim into my java project to see this error: Error17:10:53notify.errorlazy.nvimFailedtorun`config`fornvim-dap...vim/lazy/LazyVim/lua/lazyvim/plugins/extras/dap/core.lua:124:module'neoconf.json.jsonc'notfound:nofieldpackage.preload['neoconf.json.js...
A launch point for your personal nvim configuration - Fix nvim-dap not lazy loading (#1216) · cholle99/kickstart.nvim@9dfb1b2
"Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }Plug'nvim-telescope/telescope-fzf-native.nvim'" msys build manually Error detected while proc...
Lazy {"williamboman/mason.nvim","mfussenegger/nvim-dap","jay-babu/mason-nvim-dap.nvim", } Packer use {"williamboman/mason.nvim","mfussenegger/nvim-dap","jay-babu/mason-nvim-dap.nvim", } Setup It's important that you set up the plugins in the following order: ...
A UI for nvim-dap. Contribute to rcarriga/nvim-dap-ui development by creating an account on GitHub.
This extension requires both nvim-dap and Regal (>= 0.26.0).Please install nvim-dap-rego as usual.vim-plug Plug 'rinx/nvim-dap-rego'Packer use { "rinx/nvim-dap-rego" }lazy.nvim { "rinx/nvim-dap-rego" }ConfigurationsTo use nvim-dap-rego, you'll need to set up it. This ...
Lazy{ "williamboman/mason.nvim", "mfussenegger/nvim-dap", "jay-babu/mason-nvim-dap.nvim", }Packeruse { "williamboman/mason.nvim", "mfussenegger/nvim-dap", "jay-babu/mason-nvim-dap.nvim", }SetupIt's important that you set up the plugins in the following order:mason.nvim ...
ExoticMeiZcommentedAug 21, 2023 I've recently run into an issue with dap-ui. I've just started setting it up, and exploring , when I ran into this error. It occurs whenever I try open/close/toggle dap-ui. I had it all working smoothly, and then the next day it threw this error....