-
-
Related to #26, I'd like to understand how to use (CVA)[https://cva.style/docs/getting-started/installation] to detect tailwind classes inside the cva function.
I tried to translate their neovim in…
-
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch main at commit 2fa57f2dc4909be697d003a22ce6870039e4db9b (pointer: change min cursor paddin…
-
I tried using git-absorb today and just got an error message
```
> git absorb -b 1a44517693e2c1c030f278966797a1ee0ac3cf5b -v -r
error: git-absorb died of signal 11
exit 139
> git absorb -V
g…
-
Hi! Thanks for making this plugin!
I'm having issues with some Go snippets. In particular the `func` and `if`.
**`func`:**
```go
func name(params)typetype {
}
```
Note that `type` app…
-
### Your `minimal.lua` config
```lua
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[(…
-
Great work, as I have seen from the tree-sitter issues related to astro and this repo ;)
- Have read the issues on [the treesitter readme](https://github.com/nvim-treesitter/nvim-treesitter#modules…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
NEX-S updated
1 month ago
-
### Explain the issue
1. Neovim with treesitter integration. `templ` installed as a treesitter `ensure_installed` filetype.
2. [go-templ](https://templ.guide/) file, builtin textobjects for tags, …
-
Hi,
I have a custom telescope command that displays all files that I have edited on my personal branch, and the difference with the main branch.
It looks something like this:
git diff --name-only -…