Steven Arcangeli
Steven Arcangeli
As you suggest, you can use `:help exrc` for project-local configurations. I have a recipe documenting its use for [defining custom tasks](https://github.com/stevearc/overseer.nvim/blob/master/doc/recipes.md#directory-local-tasks-with-exrc), but you could add the calls to `add_template_hook`...
I've added support for VSCode's output behavior in 2d52e80
I ended up doing this in a quicker, hackier way than I initially wanted. Would still like to come up with a proper fix, but any fix is better than...
Hmmm...maybe something odd is going on with both repro accounts then. If you don't mind, I'll leave this issue open for a bit longer and try to do some more...
I tried again on my non-work laptop with an account that does not have 2-factor enabled, and the login worked. Before when I was testing it I was traveling, so...
What version of vim are you using? We're running the command like so https://github.com/stevearc/vim-arduino/blob/111db616db21d4f925691f1517792953f7671647/autoload/arduino.vim#L98 and `s:TERM` is set via this logic https://github.com/stevearc/vim-arduino/blob/111db616db21d4f925691f1517792953f7671647/autoload/arduino.vim#L13-L21 Both of the terminal options should run the...
The cursor starts on the current symbol, and the symbols are ordered the same way they are in the file. Once you start typing and the number of results changes,...
I think that what is happening is that telescope only moves the cursor to the bottom after the total number of results displayed has changed. If you type a single...
Aerial is entirely built for visualizing and navigating the symbols in a single file. How are you thinking this would work, and how would it differ from `:Telescope lsp_workspace_symbols`?
I pushed up a fix. It should now work in `latest-alpine` (build still needs to finish; might take ~30m), but the `1.1.1-py3-alpine` container will stay as-is. The next point release...