awesome-streamers / awesome-streamerrc

Dotfiles for various streamers on Twitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you tried coc-fzf?

antoinemadec opened this issue · comments

Really like your config and your workflow.
I am rather bias because i am the maintainer, but i really think you would love coc-fzf.

It replaces all the CocList with Fzf.
You now use your ctrl-t, muti-select, file preview, floating window etc.

Cheers!
Antoine

+that

Amazing library.

Appreciate the suggestion!

I believe both @ThePrimeagen and I are now using NVIM's built-in LSP support with these plugins and have good results so far:

Plug 'neovim/nvim-lspconfig'
Plug 'nvim-lua/completion-nvim'
Plug 'tjdevries/nlua.nvim'
Plug 'tjdevries/lsp_extensions.nvim'

Might be worth taking a look at too!