no opam, misc vim updates

This commit is contained in:
2021-11-17 13:47:54 -08:00
parent b62db510dd
commit acc6f3b436
2 changed files with 2 additions and 5 deletions

View File

@@ -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`

3
.vimrc
View File

@@ -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')