-
After Neovim update, i obtained this
```
vim.highlight.create is deprecated, use vim.api.nvim_set_hl instead. See :h deprecated
This function will be removed in Nvim version 0.9
stack traceback:
…
-
run the command in neovim
:lua require 'neuron'.setup()
return the error "neuron is not executable".
But I had installed the neuron already and run command in bash "neuron -v" works.
-
Hi!
I'm using `.luarc.json` file to define `workspace.library` and I need to enable code completion for treesitter in Neovim. How can I do that?
I'm trying something like that:
```json
"worksp…
-
### Neovim version (nvim -v | head -n1)
0.8.0-dev
### Operating system/version
archlinux
### How to reproduce the issue
1. Install the plugin, including the minimal configuration, with coc-nvim
…
-
### Problem
To reproduce current behavior:
1. `echo " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ut eleifend metus. Proin velit dui, suscipit in viverra eu, scelerisque di…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
nvim --version NVIM v0.10.1 Build type: Release Lu…
-
### Neovim version (nvim -v)
NVIM v0.10.0
### Operating system/version
MacOS 14.6.1
### Read debugging tips
- [X] I have read through the [debugging tips](https://github.com/stevearc/co…
-
### Problem
Given the following lua file:
```lua
local foo = {
attribute1 = false,
attribute2 = false,
}
```
If you do `%s/attribute/attr/gc`, confirm both changes and then press `u`ndo, t…
-
**Describe the bug**
Hello
Highlight definitions for me freaks out Nvim when it encounters and error in the parser tree it seems:
```Error detected while processing CursorHold Autocommands for ""…