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
|
# Turn off the ability for other people to message your terminal using wall
|
||||||
mesg n
|
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')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
Plug 'mileszs/ack.vim'
|
Plug 'mileszs/ack.vim'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim', {'do': { -> fzf#install() }}
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'git@github.com:ervandew/supertab.git'
|
Plug 'git@github.com:ervandew/supertab.git'
|
||||||
@@ -16,6 +16,7 @@ Plug 'arcticicestudio/nord-vim'
|
|||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'jez/vim-ispc'
|
Plug 'jez/vim-ispc'
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
|
Plug 'powerman/vim-plugin-AnsiEsc'
|
||||||
|
|
||||||
" vim vs. neovim
|
" vim vs. neovim
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
|
|||||||
Reference in New Issue
Block a user