diff --git a/.bashrc b/.bashrc index 86183a8..8772236 100644 --- a/.bashrc +++ b/.bashrc @@ -65,7 +65,3 @@ bind "set completion-ignore-case on" # Turn off the ability for other people to message your terminal using wall mesg n - -# OPAM configuration -. /home/amgutier/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true -eval `opam config env` diff --git a/.vimrc b/.vimrc index b6e24b8..6e2b3c4 100644 --- a/.vimrc +++ b/.vimrc @@ -5,7 +5,7 @@ set backspace=indent,eol,start call plug#begin('~/.vim/plugged') Plug 'mileszs/ack.vim' -Plug 'junegunn/fzf.vim' +Plug 'junegunn/fzf.vim', {'do': { -> fzf#install() }} Plug 'scrooloose/nerdtree' Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'git@github.com:ervandew/supertab.git' @@ -16,6 +16,7 @@ Plug 'arcticicestudio/nord-vim' Plug 'tpope/vim-fugitive' Plug 'jez/vim-ispc' Plug 'junegunn/goyo.vim' +Plug 'powerman/vim-plugin-AnsiEsc' " vim vs. neovim if has('nvim')