Benedikt Schnatterbeck

Results 43 comments of Benedikt Schnatterbeck

I'm running into a similar problem when editing large (1000+ loc) typescript files. It seems that null-ls will automatically restart/fix itself after a few minutes but `:NullLsLog` does not actually...

I've tested null-la on a separate neovim config where auto formatting is handled asynchronously and it _seems_ to perform much better. Could this be related? I.e is LunarVim not attaching...

@alerque I would be to be quite honest my knowledge with vimscript is extremely superficial (basically just enough to be able to manage my configs) :(

@kamilmysliwiec apologies, you are correct about accessing `req` (it is not part of the `GraphQLExecutionContext` type though). I'd be happy to create a PR :slightly_smiling_face:

using `gU` or `gu` in visual mode to change a string to upper or lower case respectively would be nice :)

I'm getting the same issue. I'm also using alacritty but with `zsh`. `C-C`(`C-S-c`) without Zellij works fine. I'm noticing it when trying to paste passwords into the terminal (specifically an...

@imsnif I was indeed on 0.31.3, updated and everything works fine. Thanks you :)

I discoverred ths issue whilst trying to run my code on windows via WSL2. I don't usually work on windows, so for me this is not much of an issue,...

Yes the auto import works, but I was thinking more about LunarVim detecting changes to the file name itself (following the Rust example, if a module/folder changes name). See pictures...