gmnz
gmnz
I miss this a lot too. Would be great. It's nearly the last reason I use touchpad/mouse from time to time.
It looks like @rvaiya doesn't have much time for warpd anymore and I really wanted to be able to scroll horizontally so here's my fork which I haven't tested much...
I work as a web dev (using php a lot) and found this combination to be working pretty well: - lsp: intelephense (it has limited features if you don't buy...
@Tmeister ```lua return { "mfussenegger/nvim-lint", opts = function(_, opts) local phpcs = require("lint").linters.phpcs phpcs.args = { "-q", "--standard=PSR12", "--report=json", "-", } -- opts.linters_by_ft = vim.tbl_extend("force", opts.linters_by_ft, { php = {...
Hi, just curious, what is intelephense able to help me with after these autocmds were added? I don't see any completion suggestions or anything else from intelepehnse in blade files,...
I've tried a few things but nothing worked so I guess I'll just be patient. :-)
No idea how to fix it for FF, but if you're OK with Chrome too, this is how I solved it: https://github.com/philc/sheetkeys/issues/59#issuecomment-2781607710
Thanks, I'll give it a try when I have time.
@madjesc Could you make the extension public pls? I tried to create one myself but it doesn't do anything when I install it.
This is how I solved it: https://github.com/philc/sheetkeys/issues/59#issuecomment-2781607710