Jose Veiga

Results 10 issues of Jose Veiga

In SSR applications, the page needs to be (somewhat) usable before the JS is downloaded and the final SPA is loaded. In a very slow connection scenario, it could be...

discussion

**Is your feature request related to a problem? Please describe.** There are certain options I'd like to change "on the fly" via mappings while Telescope is running without the need...

enhancement

Hello @arcticicestudio 👋 ! First of all, great theme! I use it everywhere lol. I was looking forward to the treesitter support for neovim and enabled it right away when...

context-syntax
context-plugin
target-neovim
scope-compatibility
scope-quality

### Screenshot ![Kapture 2021-08-07 at 23 43 59](https://user-images.githubusercontent.com/19226858/128619998-a5ab48b5-107c-4deb-87f5-aca8edfcda26.gif) ### Steps to reproduce Add this snippet to the `SelectPageComponent` demo page: ```typescript // ... selectControl = new FormControl(['breach'], Validators.required); // ......

This is a step towards being able to run individual tests. See #343. I'm just starting with lua and vim plugin development as well so, be gentle 😆. ![Kapture 2022-06-12...

### Describe the bug It works fine up to v3.0.0. Latest update caused an error on our build pipeline with what it seems to be breaking changes introduced on v3.1.0....

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Currently, the file pickers support devicons (with an option `disable_devicons` to disable them), but...

enhancement
good first issue

Hello! It'd be nice to have hl groups defined for Neogit, if possible. See: https://github.com/NeogitOrg/neogit/blob/master/doc/neogit.txt Thank you!

## Test 1 (Extra new lines are removed) ```ts const yaml = ` a: 1 b: 1 `; const result = yamlOverwrite(yaml, { a: 2, b: 2 }); console.log(result); ```...

**Is your feature request related to a problem? Please describe.** After #3211, now I'm seeing duplicate results in my lsp references results: ![image](https://github.com/user-attachments/assets/c1343079-053c-4405-8e70-b1b6f97dd2ec) It looks like this was a known...

enhancement