Usman Bashir

Results 11 comments of Usman Bashir

Python and pyright ![today](https://user-images.githubusercontent.com/5282314/180827907-767f6937-261c-4c74-aeba-449671d890ae.png)

I updated. Now the behaviour is erratic. The first ever function call in a nvim session still auto-triggers. The next calls of various functions will randomly either trigger, not trigger,...

Yes it works if i disable nvim-cmp plugin and go manual. Just need to find a way to make it work with nvim-cmp active

Yes. Latest plugin versions. Currently, I just get slightly unpredictable behaviour. it does not autoshow half of the time, other times signature pops up if i jump inside a function...

I have this mapped to like so: ``` keymaps = { ... send_line = "sl", }, ``` Then put somewhere: ``` vim.cmd [[nmap sl]] ```

In the same vein, is there a way to enter number of lines (say 3) and send those with a shortcut?

> Hi @jolars, are you 100% sure it kills the original process before starting a new one? If so, I will probably add a shortkey that combines IronFocus and IronRestart...

I believe this bug has been fixed in the latest iron version. I dont get any error if i run ``` dat["r"] ``` for example

> For me, calling `:IronRestart` from another window causes the REPL window to disappear, but if I call it from the window of the repl, then it restarts as it...

It works fine for me. My lsp-signature.lua file is the much abbreviated: ``` cfg = { debug = true, verbose = true, floating_window = false, hint_enable = false, handler_opts =...