Eamon Burns

Results 33 comments of Eamon Burns

Here is something that works (in the bit of testing that I have done). I set `vim.lsp.buf.hover` to a function that is exactly the same except it has an autocmd...

https://github.com/ollama/ollama/issues/4296

> Multiple people in those discussions I linked seem to want both copy and paste on right click (copies if there is a selection, pastes otherwise), perhaps that should be...

https://github.com/ziglang/zig/blob/db622f14c445b4f55981636543c546e22346abd5/lib/std/heap/SmpAllocator.zig#L1-L2 Originally, I had thought this meant "built for Release fast, multi-threading supported", but now I think it means "built for ReleaseFast and multi-threading". (I think the comma before the...

@lhecker As long as the key binding to open the command palette is visible at all times, then this would probably be as discoverable as Nano's.

Ok, I'm just thinking of ways to actually make it as discoverable as `nano`. It may be sufficient to have the standard \ keybind to open a help menu.

Oh, looks like that was already suggested: https://github.com/microsoft/edit/issues/158#issuecomment-2912402978

My 2¢ on settings persistence on Windows: Having the settings stored in the registry would be very annoying. Being able to copy (or use source control on) a single `settings.json`...

Regarding file format, if you don't want to pull in another dependency for parsing the file, [Ghostty](https://github.com/ghostty-org/ghostty) went with a very simple `key = value` format (with comments), with the...

> my 2c Maybe make an options menu? (yes it does exist in edit 2.0) I think this is implied by the title: "Add a settings page" I assume that...