-
I've installed `debugpy` in my venv and `nvim-dap` for my neovim. But I cannot get the dap to stop at the breakpoint I set inside nvim.
Calling `breakpoint()` works just fine and I can debug or run…
-
While recommended configuration for Neovim at https://termux-language-server.readthedocs.io/en/latest/resources/configure.html#neovim works it's inconvenient to use together with lspconfig. I propose …
-
#496 causes issues when neovim is configured through lazy.nvim. This is because lazy disables `loadplugins` by default (see https://github.com/folke/lazy.nvim/issues/402).
Unsure as to what the pr…
-
After some attempts I do not seem to be able to setup `ropevim` in my Neovim setup(NvChad) which uses `lazyvim` plugin manager.
I am using `python-language-server` (**pylsp**) LSP installed via Ma…
-
### Did you check docs and existing issues?
- [X] I have read all the noice.nvim docs
- [X] I have searched the existing issues of noice.nvim
- [X] I have searched the existing issues of plugins rela…
-
PC: Mac M1 Pro
Editor: Nvim
VenvSelector Config is basic:
```lua
return {
'linux-cultist/venv-selector.nvim',
dependencies = {
'sharkdp/fd',
'neovim/nvim-lspconfig',
'mfussene…
-
E5108: Error executing lua: ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:1131: /home/jz/.local/share/nvim/lazy/visual_studio_code/colors/visual_studio_code.vim, line 1: Vim(lua):E5108…
-
So after installing the dependency and calling `require("tgpt").setup()` there is nothing coming up or any user commands that I can see. No errors or anything it seems to be installed fine but how do …
-
# Memo
## TODO: setting its
https://xwmx.github.io/nb/
https://taskwarrior.org/docs/
## Golang
https://github.com/peltho/tufw
https://github.com/bensadeh/circumflex
https://github.com/black…
-
This is my neovim setup for my unity project:
```lua
["omnisharp"] = function()
lspconfig["omnisharp"].setup({
on_attach = on_attach,
…