César Enrique Ramírez

Results 23 issues of César Enrique Ramírez

The current setup forces you to configure all your terminals in the same way, but there should be a way to not be intrusive.

enhancement

Two reasons: 1. Practicing lua plugin development 2. Removing problematic parts like some weird scoped variable names used to scope the terminals

enhancement

This would be useful to not include the terminal in saved sessions, using autocomands

enhancement

provide the option to open the terminal on a new tab instead of the same window

enhancement

**Is your feature request related to a problem? Please describe.** I usually use tabs as different projects, or specific UI layouts (eg: diffview, neogit, etc) and for that I remove...

enhancement

I usually want to open another project without leaving the current one, and I do that with tabs. I thought that using the built-in mappings of Telescope for opening in...

I have this error from time to time, and I can't figure out why ``` E5108: Error executing lua ...e/pack/packer/start/feline.nvim/lua/feline/generator.lua:517: E542: unbalanced groups stack traceback: [C]: in function 'nvim_eval_statusline' ...e/pack/packer/start/feline.nvim/lua/feline/generator.lua:517:...

### Describe the bug `g:metals_status` sometimes contains unescaped `%` symbols that breaks the status line evaluation (vim.api.nvim_eval_statusline) because those are special characters. ### Expected behavior `%` and any other posible...

bug

This PR implements a workaround to #314 by overriding the Properties when including them in `StreamTests` and that way, being able to provide an instance of `Arbitrary[Vector[Stream[Int]]]` with a size...

### Feature already in Vim? no ### Feature description allow changing the buffer with lua api functions without affecting the jumplist

enhancement