Gregory Anders
Gregory Anders
>Removed the [Process exited] message that appeared in terminals with a finished process from the buffer contents and added it to the status line. What happens if a user has...
Before you spend more time on this, consider if this needs to be done in C. Do we already have the tools for users to put this information in the...
Quoting my comment from the other thread: >It's the more the fact that it is not possible at all to view the warnings so long as there are errors in...
Closing in favor of #28577.
I actually am not in favor of automatically mapping `K` to hover. I rely on `'keywordprg'` in C and C++ quite a bit, so I prefer to keep `K` for...
>cr is a great prefix for code actions/fixes/refactors. E.g. crn for "rename". Agreed, though we should be careful not to conflict with anything from [vim-abolish](https://github.com/tpope/vim-abolish#coercion).
> What's the motivation for putting split/tab handling in the same API? (What's wrong with `vim.cmd.split()`?) Ergonomics. There's nothing "wrong" with `vim.cmd.split`, just as there's nothing "wrong" with `vim.api.nvim_open_win`. Creating...
You can use overrides to set variables differently based on whether or not you're building the native package: ``` DEPENDS_class-native = "..." FARCH = "${TUNE_CCARGS}" FARCH_class-native = "" export FARCH...
> What is cost of the current defaults? There is not really a cost, but there is also not really any cost to removing the defaults and putting them in...
> Paths for example can show up in comments in various files, like markdown docs. Yes, but a full path still works with `gf`, as do relative paths. The only...