diff --git a/.vimrc b/.vimrc index b65039c..a79ab2f 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,7 @@ set nocompatible " be iMproved, required +set number + + filetype off " required " set the runtime path to include Vundle and initialize @@ -9,16 +12,17 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' - +" Plugin 'zchee/deoplete-jedi' Plugin 'vim-airline/vim-airline' Plugin 'kien/ctrlp.vim' Plugin 'davidhalter/jedi-vim' Plugin 'hublot/vim-gromacs' Plugin 'lervag/vimtex' Plugin 'ibab/vim-snakemake' - +Plugin 'Yggdroot/indentLine' Plugin 'godlygeek/tabular' Plugin 'plasticboy/vim-markdown' +Plugin 'morhetz/gruvbox' let g:vim_markdown_folding_disabled = 1 " All of your Plugins must be added before the following line @@ -37,3 +41,9 @@ filetype plugin indent on " required " Put your non-Plugin stuff after this line " syntax on +set softtabstop=4 + + +colorscheme gruvbox +let g:gruvbox_contrast_dark = 'hard' +set background=dark diff --git a/shell/.zshrc_local_t460s b/shell/.zshrc_local_t460s index c53560a..8a01172 100644 --- a/shell/.zshrc_local_t460s +++ b/shell/.zshrc_local_t460s @@ -3,6 +3,9 @@ source /opt/gromacs-2018.30/bin/GMXRC # wham export PATH="/opt/wham/wham:/opt/wham/wham-2d:${PATH}" # binaries +#anaconda +export PATH="/home/bauer/anaconda3/bin:$PATH" + # python #PYTHONPATH="$PYTHONPATH:/opt/modeller/modlib:/opt/modeller/lib/x86_64-intel8/python3.3" #export PYTHONPATH