Emilio González

Results 12 comments of Emilio González

Using `withCloseButton={false}` seems to make it look OK. I updated the codesandbox to show both behaviors

Using a smaller width (~600px) seems to make it look ok too, though I don't know why. If I use 1000px, it looks wrong even though I'm trying it in...

😳😳😳 Recursive `include` works. I got an `UndefinedError` and I thought it was literally an error that the developer hadn't defined. I was using `dbg!` so I didn't get the...

nvm, I just copied and pasted the function and created my own mapping with `tcd` instead of `cd`. I still think it'd be a good idea to have this in...

Fixed in Neovim 0.9 but I want this behavior back 😭 EDIT: `vim.keymap.set('v', '$', 'g_', { noremap = true })` if you were a happy user of this bug

```diff diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 92a59f31..f6279a1b 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -55,7 +55,7 @@ pub fn find_root(root: Option) -> Option { for ancestor in root.ancestors() { // TODO:...

Why is the backend concerned with query invalidation, shouldn't that be client-only? Sorry if there's something obvious I'm missing. I was just checking out the library so I'm not familiar...

That was very clear! Thanks for the detailed response :)

What I want is the equivalent of `set autoindent` and `set indentexpr=` in vim. If this is a feature that would be accepted, I could implement it after discussing how...

I don't want to make the repo heavy in case I want to update the image or add more