Louis DeLosSantos

Results 303 comments of Louis DeLosSantos

> Gitsigns implements completion of subcommands what do you mean by this?

ah, i'm aware of those. but none of this precludes not relying on nvim-cmp and just placing the commands in a ui selection, right?

AFAIK plugins like telescope and fzf-lua expect other plugins to use the "vim.ui" api call to "seamlessly" integrate with other plugins. Youre saying, there is yet another way, using the...

Guard is OKAY, you can also "remember" a choice for the duration of a Vim session so you do not prompt, but then also add a way to "prompt again"...

@metalelf0 TBH I really don't know much about how base16 and vim colors work. I hacked on the .vim file generated from this template and modified it to do this:...

Cool. Pretty sure if .desktop apps become searchable, flatpak installed apps will just work

No worries on the delay. There does seem to be a defined API for ctrlspace - https://github.com/vim-ctrlspace/vim-ctrlspace/blob/master/autoload/ctrlspace/api.vim However, it would be nice if ctrlspace was not required. Would it be...

@dylandreimerink this was the issue that you patched recently, correct?

Usually i'll approve a draft as an indicator of "this looks good so far." as it's invalidated when the draft goes into non-pr. But I can use a message instead...

@MikeLing Are these optimizations worth wild? My assumption is that the String() method isn't called particularly often, but measuring this would seem to be the first step to determine if...