-
nvim
```
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
Run :checkhealth…
-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issue
…
-
PC: Mac M1 Pro
Editor: Nvim
VenvSelector Config is basic:
```lua
return {
'linux-cultist/venv-selector.nvim',
dependencies = {
'sharkdp/fd',
'neovim/nvim-lspconfig',
'mfussene…
-
**Describe the bug**
Using neovim, debugging itself works all fine, unless I restart the session (using `nvim-dap` extension with `require('dap').restart()`). When I restart the session, it hits the …
-
When I am trying to run:
```
E5108: Error executing lua .../piotr/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:100: Async task failed without callback: The coroutine failed with this message:…
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…
-
Hello!
I am using `nvim-dap` with your `nvim-dap-ui` and lately also tried `cmp-dap`. I really like it, thank you!
Without `cmp-dap`, the repl buffer automatically closes when toggling/closing the…
-
If I run this command in the terminal it connects to dlv `~/.local/share/KickstartNvim/mason/bin/dlv debug hello.go`
But inside Neovim I get this error: `Error on launch: Failed to launch: could no…
-
Hi!
I have been able to run the debugger from https://github.com/forcedotcom/salesforcedx-vscode as a server and connect to it using the nvim-dap. My implementation still has some work to do, but I…
-
https://github.com/theHamsta/nvim-dap-virtual-text
https://github.com/rcarriga/nvim-notify
https://github.com/stevearc/dressing.nvim
maybe replace noice with own setup?