-
I copyed cookie in my browser and after paste to leetcode.nim, it gives me a error info: **Sign-in failed: Bad leetcode session token format**
Is there anything wrong in my cookies?
I only chang…
SCljh updated
3 months ago
-
In my project (https://github.com/mikavilpas/yazi.nvim), I have a lazy.nvim lua script that I have been handing out to some people who have had issues. We have had good success with it, the issues bei…
-
### Check the following:
- [X] I have checked the behavior after setting "vscode-neovim.neovimClean" in VSCode settings.
- [X] I have read the vscode-neovim docs.
- [X] I have searched existing issue…
gjf7 updated
2 months ago
-
### Description
I have this keymaps setting for buffer on lsp attach
```lua
vim.api.nvim_create_autocmd('LspAttach', {
callback = function(ev)
local bufnr = ev.buf
map('n…
-
- `nvim --version`: 0.6.0
- `git --version`: 2.34.1
- Operating system/version: MacOS 12.1 (Monterey)
- Terminal name/version: kitty 0.23.1
### Steps to reproduce
Run `:PackerUpdate`.
…
-
**Describe the bug**
When opening `Lazygit` inside `Neovim` and trying to edit a file with `e`, `Lazygit` hangs.
**To Reproduce**
Steps to reproduce the behavior:
1. Start `Lazygit` in `Neovim…
-
Error executing luv callback:
....local/share/nvim/lazy/plenary.nvim/lua/plenary/curl.lua:300: get https://github.com/Exafunction/codeium/rel
eases/download/language-server-v1.8.80/language_server_l…
-
**Bug description**
When I open a my project located in ~/.config/nvim, I get an error. After the error, the open buffer of the project loads correctly, but it is located in the wrong working directo…
-
NB, this issue has previously been discussed at jalvesaq/Nvim-R/issues/445.
## Problem description
When a project uses {renv}, {nvimcom} is not available, meaning a good deal of R.nvim breaks. The…
wurli updated
2 months ago
-
## Feature Description
I think it would be quite nice to use the conceal functionality in markdown buffers like the discussion tree and the comment composition buffers to _visually_ replace the text…