Fork me on GitHub
#conjure
<
2020-09-08
>
orestis06:09:01

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.

orestis06:09:09

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

dave17:09:27

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