camel_case
camel_case
MEE TOO for my phone it works fine but when I shut it down it disconnects and says Broken pipe
This is more than a performance issue (I Think) I'm not familiar with the source code but Is it rendering the whole image? instead the frame we are looking for?...
According to my machine, the program takes up so much memory that my 16 gigabytes of ram overflows. (My computer freezes for a second) The problem you are facing to...
Eureka!!! @siduck I found an insane behavior on coincidence: https://github.com/siduck/st/assets/101834410/e50fab34-28c7-4fd9-814b-ffa596a81ccc
#14 #19 are about this, but The solutions I tried didn't work. Maybe I just don't know what should I do with libxft-bgra other than installing it
But can you explain why It is actually working? (`M-g` key)
Why did you opted `home.file.".config"` instead you could use `xdg.configFile`? Isn't that platform specific (e.g for WSL)
```lua { "potamides/pantran.nvim", keys = { { "tr", function() require("pantran").motion_translate() end, mode = {"n", "v"}, desc = "Translate", }, }, opts = {}, config = function (_, opts) require('pantran').setup(opts) end,...
Is this the first plugin you are installing? Because It works in my setup (Fairly modified) (e.g) do you have a snippet like so? ```lua require("lazy").setup { -- PLUGINS HERE...
If someone do needs a template that is suggested to used with `compile_commands.json` you can check [my fork](https://github.com/UTFeight/Cpp-Cmake-Template) of this template