-
Hello,
It seems I have a similar issue as in #44 but in the CMP integrated menu.
I'm using the CMP integration taken from [README](https://github.com/brenoprata10/nvim-highlight-colors?tab=readm…
-
### Describe the bug
When entering other files in insert mode, fold does not work, this might be related to a long outstanding weird bug in telescope, where opening files using telescope picker (in…
-
### Describe the bug
If I try and insert a `:` after deleting 2 lines, neovim crashes
### To Reproduce
I can reproduce it from commandline via:
```
VIMRUNTIME=~/git/neovim/runtime ~/git/neovim/bu…
danpf updated
1 month ago
-
### Describe the bug
I have a file `foo.rb` which contains the following code:
```ruby
def add(j, i)
j + i
end
```
I asked Avante chat to produce a `minus` function which it does and also p…
-
On Neovim nightly the LSP native inlay hints are available now. `go.nvim` provides the following configuration for enabling/disabling inlay hints:
```lua
lsp_inlay_hints = {
enabled = true|fa…
-
### Problem
There is a basic problem regarding being able to override tree-sitter queries from the user configuration directory. [This](https://github.com/neovim/neovim/issues/20172) issue triggered …
-
### Problem
When launching treesitter from an autocommand and then, later in the config file, enabling syntax and filetype plugin/indent, the BufReadPost and BufRead events will not be triggered for …
-
# Problem
Moving the cursor is a fundamental action in Nvim, and there are many different ways to do so, depending on context:
- `vim.api.nvim_win_set_cursor()` or `vim.fn.cursor()` are the low leve…
-
I miss the `[[` and `]]` features of vim-sexp to jump to the toplevel form start and end. I initially implemented a solution by iterating the api function `move_to_parent_form_{start,end}` used in `(`…
phogh updated
2 weeks ago
-
- `nvim --version`:
```
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/…