aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-03 04:15:37 -0400
committertdro <tdro@users.noreply.github.com>2020-07-03 04:15:37 -0400
commit5bfb207cd9416644cb1d239ca127e62f9b29166c (patch)
tree6cc12836180305c105f59acd5e61315b959d629f /.vim
parentca891149bb2a91a5fd254c3aea3dd5c4af45fc5c (diff)
downloaddotfiles-5bfb207cd9416644cb1d239ca127e62f9b29166c.tar.gz
dotfiles-5bfb207cd9416644cb1d239ca127e62f9b29166c.tar.bz2
dotfiles-5bfb207cd9416644cb1d239ca127e62f9b29166c.zip
.vimrc: Bring REPLs back
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 7f3f872..a3513c7 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -9,6 +9,7 @@ Plug 'junegunn/fzf.vim', { 'tag': 'f86ef1bce602713fe0b5b68f4bdca8c6
Plug 'mcchrish/nnn.vim', { 'tag': 'bfc91b503769920a366b12851b871795c0eb6825' }
Plug 'tpope/vim-fugitive', { 'tag': '85e2c73830b6bb01ce7fc3a926d2b25836a253eb' }
Plug 'pangloss/vim-javascript', { 'tag': 'c3966153e81bc3766b1627e6ab0cd53333b61c1e' }
+Plug 'elixir-editors/vim-elixir', { 'tag': '53c530f79cfcd12498e31fcf8ecc466eba34c75c' }
" Enable fzf.vim on Debian.
silent! source /usr/share/doc/fzf/examples/fzf.vim