Gean Marroquin

Results 7 comments of Gean Marroquin

FYI, here's an example of how to get the `filetype` from the cursor position with `treesitter`: https://github.com/L3MON4D3/LuaSnip/blob/f813c0ae944bcaa5630d1c5cb172009a392cb921/lua/luasnip/extras/filetype_functions.lua#L12

Have you tried this https://alligator.io/vuejs/vue-abstract-components/?

You could extend the functionality of the [namedscratchpads](https://github.com/djpohly/dwl/wiki/namedscratchpads) patch: ```c void run_or_raise_scratch(const Arg *arg) { Client *c; unsigned int found = 0; /* search for first window that matches the...

Hi, I'm the author of the scenefx patch > NOTE: Some GTK apps are being cut off when they have shadows enabled. You can use the shadow_ignore_list option to prevent...

Hi @WillPower3309, I’ve just tested DWL v0.8 with SceneFX from the latest commit in the main branch (`b2e0ac4beb85aa89d0357dc8fcf8762808650890`), and I can confirm that the following issue has been resolved: >...

I also experienced significant lag after updating to the latest commit. I ran a git bisect, and in my case this commit was the cause: [d1bbecac646cb1ab5d3a0d3b5151c42c131c0a66](https://github.com/marlonrichert/zsh-autocomplete/commit/d1bbecac646cb1ab5d3a0d3b5151c42c131c0a66). I forked the project,...