conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
orestis 2020-09-08T06:15:01.034900Z

Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-fugitive'
Plug 'NLKNguyen/papercolor-theme'

Plug 'liuchengxu/vim-better-default'
Plug 'guns/vim-sexp'
Plug 'pechorin/any-jump.vim'
"Plug 'tpope/vim-sexp-mappings-for-regular-people'
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'ncm2/float-preview.nvim'
Plug 'jiangmiao/auto-pairs', { 'tag': 'v2.0.0' }
Plug 'w0rp/ale'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'Olical/conjure', {'tag': 'v4.3.0'}
Plug 'kassio/neoterm'
Plug 'editorconfig/editorconfig-vim'
These are all my plugins, I don’t think any of them is doing anything fancy.

orestis 2020-09-08T06:16:09.035300Z

I’m also using VimR, but I don’t think it’s using external UI for the floating window.

2020-09-08T17:15:16.035500Z

2020-09-08T17:21:04.036100Z

2020-09-08T17:21:15.036200Z

2020-09-08T17:22:12.036300Z

🎉 6
dave 2020-09-08T17:42:27.036600Z

i'm looking forward to trying the auto-connect!

dharrigan 2020-09-08T18:05:59.036900Z

Well done!