Rich Lott

Results 124 comments of Rich Lott

I am new to astrovim and at present my user config is very minimal, so it seems odd. Uploaded my user init.lua file (had to rename it as .md for...

I'm on Gnome terminal 3.44.0 (for GNOME 42 on Ubuntu 22.04) but I get the same behavior with kitty too.

I think it might be because I didn't move the site dir before installing astronvim. 'x' works as normal when running astronvim on a different server over ssh. So it's...

@BEEDELLROKEJULIANLOCKHART I have updated the title. 1. install app A from F-droid 2. install app B from Google Play 3. Use listmyapps to export a list of apps, and do...

I get the same (using intellephense 1.3.11) but on mine it says built-in functions are *deprecated*: ![image](https://user-images.githubusercontent.com/870343/87562394-e31e1080-c6b5-11ea-97b4-4df68635c7a1.png) (edit: I reinstalled and now it seems happy)

My use case is that it messes up this: ``` http -d http://example.com | tar xvz - ``` Because httpie *and* tar are spouting info to the terminal. I'd like...

Yes, with `{ defaults = { wrap_results = true } }` I get things like this: ![image](https://user-images.githubusercontent.com/870343/182655396-d1c63dc5-4d91-430b-944b-eee5c4addac1.png) Where you can't see which file it's in but you can see the...

I'm getting this too now. Wasn't a problem before 3.5.2 (though I can't recall what I was using before 3.5.2, sorry). I'm on Ubuntu + Gnome, and using the AppImage...

The delayed start suggestion at https://github.com/nextcloud/desktop/issues/2573#issuecomment-1036523508 by @Schrottfresse did not work for me. But downgrading to 3.5.1 did work, as @ericfischerbav reported.

Just noting another quirk: `["/"] = "noop"` also works see https://github.com/nvim-neo-tree/neo-tree.nvim/issues/382#issuecomment-1159292124 I'm unsure if one is prefered over another.