-
### Neovim version (nvim -v)
0.5.1
### Vim (not Nvim) behaves the same?
no, vim 8.2.3441
### Operating system/version
Arch Linux
### Terminal name/version
Linux console
### $TERM environment v…
-
We need to handle these syntaxes. These should be standalone grammar handling .heex/.surface files, but we will also use tree-sitter injection to parse the relevant sigil nodes.
@connorlay already …
-
### Neovim version (nvim -v)
v0.10.1
### Operating system/version
NixOS 24.05
### How to reproduce the issue
This is my test file
```haskell
{-# LANGUAGE QuasiQuotes #-}
module Tests.Server.…
-
The `alacritty-direct` file is different between 0.13.2 and 0.14.0 in a way that seems to be causing some misbehavior. Here's the diff output from `infocmp`
```diff
evan macbook-air › git diff -U…
-
Commits between Aug 19, 2016 and Aug 22, 2016 makes Vim lag.
Using:
GVim 7.4.2216
Windows 10
Configs:
``` vim
set regexpengine=1
```
-
**Describe the bug**
The LSP `on_attach` function never runs in Neovide.
It runs perfectly with the same config in terminal Neovim.
Possibly relevant is the fact that when I run `:checkheal…
-
### Did you check docs and existing issues?
- [X] I have read all the tokyonight.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the…
-
### Describe the bug
Following the fix to https://github.com/nvimdev/lspsaga.nvim/issues/1478, Lightbulb now sends an empty diagnostic as an array to the language server, which is also bug:
```
L…
-
### Describe the bug
Since https://github.com/nvimdev/lspsaga.nvim/commit/bbe032ff1c40e9b695f8a5de9c779ee558dddf4f, Lspsaga sends ill-formatted code action requests causing errors in some language …
-
I'd like to customize my `BootTidal.hs` when running `vim-tidal` through this flake. I set up `vim-tidal` globally as a neovim plugin through home-manager.
When opening a directory with a `BootTid…