Jordan MacDonald

Results 71 comments of Jordan MacDonald

> thread 'main' panicked at 'Can only call resolve on linked references: ByScope { scope: , sub_context: None }', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/syntect-2.1.0/src/parsing/syntax_definition.rs:205:18 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace....

"Overly opinionated" is kind of the tag line for amp. :smile: Trailing whitespace has always been an anti-pattern in my experience, and the surprise of unrelated changes can always be...

This is genius. 👌 I love the idea of an integrated, general solution that isn't language-specific. It looks like RLS [supports it](https://internals.rust-lang.org/t/introducing-rust-language-server-source-release/4209), and preliminary support is available for [Ruby](https://github.com/mtsmfm/language_server-ruby), too....

Thanks, @korken89! The priority for `0.6` is moving away from termbox, which will get us 24-bit color support, drop the Python build requirement, and remove a C library dependency. I'm...

I'd love to know what, specifically, folks are after with LSP support. I've often wanted "jump to definition", as navigating/reading code is something I'm doing fairly often. Would appreciate other...

@multinormal I wasn't aware Vim had a solution to this; I've been doing this manually (albeit only with multi-line git commit comments) for years. :sweat_smile: @LincolnAuster happy to review your...

Hey @mnemnion! Glad you're enjoying amp. :smile: Does making the `syntaxes` directory in amp's configuration folder a symbolic link work? I think most people will be fine with the default...

@mnemnion thanks for the heads up! How did you go about installing amp? I can issue a new release for this, but want to make sure I'm covering your installation...

@adsick can you give more context? If you're trying to select all of the contents of a very large file, that can be expensive at first. Amp will lazily parse...

Hi @adsick! YAML would support the `j | о` notation you proposed, we would just have to update the keybinding implementation to split the bindings on those characters and create...