Trid-collab

Results 10 comments of Trid-collab

I am using the nvim 0.4.4 on Ubuntu 20.04 on WSL2 . There is no improvement in the issue. I have tried using nvim +'let startify_disable_at_vimenter = 1 | terminal'...

I am getting the following output when I run `verbose hi MatchParen` ![image](https://user-images.githubusercontent.com/61322708/141289279-51ddfda7-b367-4451-b0ca-5e6417e822c0.png) I have then added something like `-- cmd([[au VimEnter * highlight MatchParen ctermbg=blue guibg=lightblue]]) ` - picked...

I am using nvim nightly - nvim appimage on Ubuntu on WSL2

Nope. I assumed that it would detect my git folders when I open nvim from within that to be the project folders

I have realized the problem. By default when you open the telescope project it enters blank space after the prompt and then positions the cursor. So when I was pressing...

This is the message I am getting when I try to run "br" It works when I type broot ![image](https://user-images.githubusercontent.com/61322708/138904860-82a1ddef-3c6b-4af2-9963-d76eafeb5a0f.png)

On different note installing broot using cargo on my wsl2 setup +Ubunut 20.04 on win10 fails

I am facing the same issue with integrations for my fish shell even though I have set shell fish I found it works when I convert the integration to compatible...

Thank you. Got it working. Had to install rust. But it's tedious process. I don't know and use rust. Yet I had to install it for this application which I...

> @Trid-collab it's because ruff is written in python and you probably had python installed already. The ruff docs say the following though: `An extremely fast Python linter, written in...