renxzen

Results 10 comments of renxzen

Following #3146 instructions, you can clone the [injections](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/ecma/injections.scm) file in into your .config/nvim/queries/ecma/... and remove the graphql rules. I did and it improved performance significantly on large files. There's no...

With Lazy.nvim, even with `lazy=false` i still face the same issue ``` { "mg979/vim-visual-multi", lazy = false, }, ```

Above answer didn't solve it, but helped by showing me the overwritten imap error in the debug message from #172 Disabling `windwp/nvim-autopairs` made the problem completely go away so i...

Sad to see this isn't being fixed. this angular plugin was very useful for some of my projects

It was happening because i wasn't loading a colorscheme before running nvim-textmate. Which brings me to the following problem: When i `TxMtEnable` it doesn't do anything. When i `TxMtTheme `...

This is happening to me too, once again with C-n. Probably the same as #243 :VMDebug gives me this ![2024-09-12_17-32](https://github.com/user-attachments/assets/213c96a0-a0fb-486a-8077-d691a2918086)

> ``` > map ctrl+h send_text all \x1b[104;5u > ``` this worked for me in alacritty and ghostty too, thanks @xuwei152 alacritty: ``` [keyboard] bindings = [ { key =...

i fixed this by setting `WinBar` and `WinBarNC` highlights to the color i needed

https://github.com/user-attachments/assets/f08b102b-92fb-44e3-89b7-e43d08d6f1b7 presenting the same problem

when building (`bun run build`) on a docker image with only bun (no node) installed, i get the following too ``` 8.982 ✔ Building... 8.984 Browser bundles 8.984 Initial chunk...