The instructions athttps://github.com/neovim/neovim/blob/master/INSTALL.mdimply that nvim-qt.exe should be bundled into the .zip for windows. I am usinghttps://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.ziphowever I don't see the nvim-qt.exe. Steps to reproduce Do...
Problem vim.diff() does not have 'ignore_case' item in the {opts} though &diffopt has. Steps to reproduce :h vim.diff does not mention about 'ignore_case'. Expected behavior vim.diff() supports 'ignore_case' item in the {opts} as &diffop...
Steps to reproduce With an LSP server likeclangdorrust-analyzer, jump to a function definition withvim.lsp.buf.definitionand then pressC-o. Cursor does not come back to the initial location from wherevim.lsp.buf.definitionwas triggered. Expected behavior Jumping withvim.lsp.buf.definitionand the...
Fix #30797 vim-patch:8.2.0985: simplify() does not remove slashes from "///path" Problem: Simplify() does not remove slashes from "///path". Solution: Reduce > 2 slashes to one. vim/vim@fdcbe3...
a warning messageWARNING: Target "nvim_bin" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case., and it appeared that the install did not complete. In the end$HOME/neovimis not present...
Problem ❯ winget install Neovim.Neovim.Nightly Found Neovim Nightly [Neovim.Neovim.Nightly] Version 0.11.0 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party...
Problem If Neovim is started with --headless --listen /some/unix/socket, and bind returns EADDRINUSE because the socket file already exists, Neovim does not report any error and just continues running, but will not accept any connections...
Neovim version (nvim -v) 9570ad2 Vim (not Nvim) behaves the same? Operating system/version Ubuntu 22.04.4 LTS in WSL2 Terminal name/version alacritty 0.13.2 (bb8ea18) $TERM environment variable xterm-256color Installation from source ...
Problem When the cursor is on the last line of the buffer, and the line is centered (with zz), <c-u>zz does not work - the cursor gets stuck on the last line. Preview (for a couple of seconds while the cursor is at line 87 I'm pressing <...
I have built multipass from source (running on Manjarom, used the AUR package https://aur.archlinux.org/packages/canonical-multipass ) and other functionalities seem to work fine (creating VMs, shell...) To Reproduce for example, I try mounting my neovim config dir multipass mount /home/v4...