-
Hi, it's realy nice work !
But I have a situation like below.
### sample file
test.py
```
first line.
( ... )
This is line 50
( ... )
This is line 100
```
### Reproduction steps
1. O…
-
Often we I review the code, I had to check out the branch and do a local review. I need jump around the source code to understand.
But then I still have to:
1. open the web page
2. find the file…
-
I have this issue
![image](https://user-images.githubusercontent.com/77251405/122685283-a4e37800-d1c7-11eb-94a0-7fda5d9ed38c.png)
SO:Ubuntu in WLS
-
Sometimes I want a sorter without reordering of the list from the finder.
For example, when I'm finding files written recently.
In the case, I want to select them with matching fuzzy, but don't want…
-
Rare bug, hard to reproduce.
Error's log:
```log
[ERROR][2024-02-09 14:12:56] ...lsp/handlers.lua:535"Ruff: Lint failed (
error: Ruff crashed. If you could open an issue at:
https://githu…
-
### Description
I'm trying to use picker:set_selection in a simple exampe but its not setting the selection. Printing out the row in the set_selection function I can see its called 4 times but I only…
-
**Is your feature request related to a problem? Please describe.**
When structuring code around modules instead of uniquely named functions it's common to have multiple functions with the same name. …
-
### Problem
`vim.ui.select` is based on the inversion of control pattern and takes as an argument the callback that will handle the selected element. This is clearly a very useful function!
But …
-
## Preface
vim-jukit is one of the best, if not the best, tool for solving and exploring data science challenges. On that note, I hope to continue using vim-jukit for a while, which is why I want to …
-
## Problem to solve
I was playing around with the plugin and tried to make a recent files backend.
Some issues that I found while doing this were that I had to reimplement some basic functionalit…