-
Hello
Recently the julia language server has stopped working for me on Neovim on Windows.
Here is the relevant LspLog
```
[ERROR][2024-11-20 13:39:15] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\hari…
-
It appears that this portion:
```
vim.api.nvim_create_autocmd('BufReadPost', {
-- group = vim.g.user.event,
callback = function(args)
local valid_line = vim.fn.line([['"]]) >= 1 and vim…
jwir3 updated
2 weeks ago
-
- vim or neovim?
- [x] vim
- [ ] neovim
- Output of `vim --version` or `nvim --version`: VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 13 2024 20:39:13) Included patches: 1-842
- O…
-
### Problem
Since the release of Vim9 in 2022, the biggest Vim feature that is not (and probably will never be) available in Neovim is Vim9script, not `ttymouse`. So I think it `:h nvim-from-vim` sho…
-
### Describe the bug
What's happening: I use vim mode for all obsidian file editing. The new kanban will use vim mode when I try to edit a card. Making changes in vim mode on a card does not write to…
-
### Check for existing issues
- [X] Completed
### Describe the feature
There is a plugin that allows to use 30 extra text objects. https://github.com/chrisgrieser/nvim-various-textobjs
Some …
-
The elm-format when returning error will spawn `vim.ui.select` in neovim.
## Expected Behavior
I'm expecting the LSP to not spawn `vim.ui.select` when elm-format returning error. Just ignore…
-
Dear Vim-Team,
the options of -b and -D are printed without the hyphen (-) when calling
man vim. Please see near "Binärer Modus: Es werden einige Variablen..."
https://manpages.debian.org/testing/v…
-
Hello, I am sorry if this issue has already been discussed but I could not find a suitable fix when searching on the internet or in the vim git issues.
The problem I have is that there are some ope…
-
I had wandered through issues about tabs background color, and the general solution was to change the color of the highlight group representing the tab. Even though, it's a quite twisted way to change…