no opam, misc vim updates
This commit is contained in:
4
.bashrc
4
.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`
|
||||
|
||||
3
.vimrc
3
.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')
|
||||
|
||||
Reference in New Issue
Block a user