Leonardo Mora

Results 14 issues of Leonardo Mora

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Things that split the window can still be opened. ### Provide background...

enhancement
P2

I wanted to rename a function but it didn't work, I told me there was nothing to rename. But I have a keybinding that uses `vim.lsp.buf_request` with the "`textDocument/rename`" capability...

bug
providers

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Add [jqfmt](https://github.com/noperator/jqfmt). ### Provide background Some times keeping our `jq` queries in...

enhancement
P2

Along the lines of #379 and #375, this commit `c2bcccd9348fe0a45f39ed56df64a0f3bb309c4f` prevents the plugin from working on Neovim. Reverting to `8d4e845f125731d2de7c3036ea83f4be031c4340` partially fixes it. Here you can see the log on...

I have a file named `count_query.jq` with the following contents: ```jq def count_uplinks(leaves): reduce leaves[] as $leaf ({}; .[$leaf.leaf_switch] += 1); .[0] | map( map_values( count_uplinks(.) ) ) ``` Here's...

### Code editor Neovim ### Platform Linux ### Version 5.4.0 ### What steps will reproduce the bug? Any code where a variable is set and then potentially reset by the...

## Describe the bug The utility hangs on removing recall. ## Steps to reproduce 1. Install Windows 11 2. Run the utility as indicated in the README 3. Under tweaks,...

bug

### General crash information Came back to the computer after a long time to find this ``` ===== Build Information ===== Git Revision: Buildtime Qt Version: 6.10.0 Build Type: RelWithDebInfo...

bug
crash