-
### 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
3 months ago
-
### Problem
- The LSP server sends code actions list to Neovim client one of the code actions does not update the buffer (it's for ignoring the error)
- The code action sends the new diagnostics l…
-
**Description**
So my bufferline doesn't work on LazyVim with native windows 11, is there any way to fix it? But it does load when I check with :Lazy
**To Reproduce**
tabline.lua
```lua
r…
-
Vim has this feature for many years.
This feature is very useful for non-western document writing.
for example, I use helix to edit a markdown file:
```md
这是一句中文 this is a Chinese sentence.
`…
-
### Problem
Running `:wq` with following Lua code:
```lua
-- string with 51 lines
local result = ""
for _ = 0, 50 do
result = result .. "\n"
end
-- output `result` just generated when triggered …
-
I am trying to get inverse search and forward search to work with skim on MacOS with neovim. Forward search works perfectly, but when I try to do an inverse search, skim seems to do nothing. When I ru…
-
The title says it all.
Please subscribe to this issue to get an update when the autocomplete integration with Neovim's built in terminal is ready
-
`:TSUpdate` is required, as well as updating queries. This should be described in our documentation.
-
[Vim: help.txt](https://vimhelp.org/)
[Vim documentation | Vim Tips Wiki | Fandom powered by Wikia](http://vim.wikia.com/wiki/Vim_documentation)
[Nvim documentation: help (neovim.io)](https://ne…
-
When I use this plugin on neovim-qt, there is a warning sometimes:
```
Warning: Font "monaco" reports bad fixed pitch metrics
```
I googled it and find solution in below page.
https://jdhao.githu…