Results 40 comments of kaiuri

@wintermute-cell could the other plugins you're using? Mostly the issue is in there.

I'm not sure i understand your question, but you can delay everything following this https://github.com/ms-jpq/coq_nvim/tree/coq/docs/CUSTOM_SOURCES.md

@thechiragjogani there's this which will sure work. just write in the marks you'll want to clear each time. it will ALWAYS WORK. ```lua vim.api.nvim_set_keymap('n', '', 'delm [a-zA-Z0-9]', { noremap =...

@sandangel fzf.vim has a nice feature that does so through its completion-functions ```vim inoremap fzf#vim#complete#path('fd') inoremap fzf#vim#complete#path('rg --files') " Word completion with custom spec with popup layout option inoremap fzf#vim#complete#word({'window':...

It looks awesome to me. But if one were to improve, starting out with an explanation on how everything fits together would've saved me some time. Really appreciate your interest,...

I intend to help out as much as I can.

> > `-b` creates a new branch in your local repo. You are creating a new, meaningless branch called `stable`. > > It's useless ,because the project code can't be...

> > [Fixed](https://github.com/openethereum/openethereum/pull/584) it. Waiting on merge. > > Thanks for fixing compilation. Still, there is no `stable` branch as mentioned in the README README.md needs an update. Waiting on...

> > > Thanks for fixing compilation. Still, there is no `stable` branch as mentioned in the README > > > > > > README.md needs an update. Waiting on...

the main branch is inferred to be the *latest* stable branch. > So is the main branch the stable branch now? --- on seeking other projects, It's a valid suggestion,...