kuator
kuator
> i think the book cover could be improved a bit so it doesn't overlap the pages on top Sorry for chiming in, but I think the image would improve...
Are there any plans for bun language server? Deno provides one: https://deno.land/[email protected]/advanced/language_server/overview, so I thought bun might do as well
> @dsully I have. I feel like, at least in the beginning, Helix provides a much nicer experience compared to Neovim since most functionalities are built in instead of relying...
``` use { 'pwntester/octo.nvim', wants = { 'nvim-lua/plenary.nvim', 'nvim-telescope/telescope.nvim', 'kyazdani42/nvim-web-devicons' }, cmd = {'Octo'}, config = function() require"octo".setup() end, } ``` Does it work if you replace `require` with `wants`?
> Announcing the first public code release of a4, a dynamic terminal window manager. There are still improvements to be made but the tool is essentially working now. A4 is...
> Just update those mappings in your own `~/.config/a4/a4.ini` file and you're good to go. For me, separating `Ctrl-g` for "Go" commands and and `Ctrl-a` for "Arrangement" commands makes the...
> Yes, copy-mode is very high on the list of next features! It went through several different implementations in dvtm, and I'm not sure yet what to use in a4....
> I’d love to see the core team engage with issues that are for example 400+ thumbs up and marked “awaiting feedback” rather than issues that seem less important. Even...
Will gladly ditch pyright for ruffd once it's mature