-
I was thinking if it makes sense to remove the current block comment with `gbc`.
What I mean:
```
let name = /* som|ething */ else
-> (gbc) ->
let name = som|ething else
```
```
let name = |/* somet…
-
### Describe the bug
JavaScript indentation is one off when chaining functions such that the next call starts on the same line as the closing parenthesis for the previous call.
### To Reproduce
```…
-
### ❔ What are you experiencing an issue with?
Latest Release
### ❔ Version
N/A
### 🐞 Description
Encountered the following error when opening NVIM on macOS:
```
nvim-treesitter[lua…
-
neovim -version:
```
NVIM v0.5.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-TicRG6/neovim-0.5.0+ubuntu2+git202104052337-2c4…
-
**Describe the bug**
When executing regular yanking operations such as yaf, yaa, yif, yia etc. TextYankPost event payload receives an incorrect visual=true as opposed to visual = false, which is what…
-
| Field | Description |
|--------------|-------------|
| Plugin | `lspconfig` |
| Nixpkgs | `unstable` |
| Home Manager | `unstable` |
- [x] I have read the [FAQ](https://nix…
-
Recently, I've had problems with the wgsl parser of tree-sitter.
I tried uninstalling and reinstalling it, but I get this error:
```
nvim-treesitter[wgsl]: Error during compilation
Undefined s…
-
### **Describe the bug**
I have installed this plugin but I am not getting any highlighting in normal mode. When I select the brackets in visual mode, I am to see the pair colorised brackets, but I a…
-
![image](https://github.com/user-attachments/assets/b9998322-c204-44bd-8b20-09d86a8a6aee)
The logo is clearly covered. When I hit escape,
![image](https://github.com/user-attachments/assets/611248c…
-
Using LuaSnip as the snippet engine with Neogen, it is sometimes the case that after the last choice node is completed, the highlight group of the text until end of block is switched to the one of the…