"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...
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 ...
Modern Go plugin for Neovim, based on gopls, treesitter AST, Dap and a variety of go tools. - snowair/go.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. - WPitak/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....