Steven Arcangeli

Results 451 comments of Steven Arcangeli

It works mostly the way that netrw works over ssh, with some optimizations. Unfortunately, there is no good or easy way to interface with it from other plugins (e.g. telescope...

What is the purpose of a scratch-based preview instead of loading the buffer itself?

Hmmm...that linked bug seems like something that should be fixed upstream. If an async process is trying to access an invalid buffer, it needs to check if the buffer is...

Thanks all for the hard work iterating on this PR! I did a pass on refactoring some of the logic and behavior: - Use a single config enum value instead...

Thanks for the collaboration, everyone! I think this ended up in a good place.

@pkazmier I recently made a series of commits designed to improve performance on large directories. Out of the box it should now be _quite_ fast, but there are some view...

Until now, colorscheme was actually not one of the things that resession saved & restored. I just added a built-in extension that will do that for you if you want....

I'm happy to merge this! Would just require: 1. A test for the typed arrays in [test_parser.py](https://github.com/stevearc/godot_parser/blob/master/tests/test_parser.py) 2. A simple test for typed arrays in [test_objects.py](https://github.com/stevearc/godot_parser/blob/master/tests/test_objects.py) 3. Fix the failing...

@bolinfest builds are working on master again

You'll also have to change the arguments passed in to `sqlfluff`. Try this: ```lua sqlfluff = { stdin = false, args = { "fix", "$FILENAME" } } ```