deleted install folders

This commit is contained in:
Daniel Bauer
2018-09-14 11:58:34 +02:00
parent a807f5eb1e
commit dafaeab3df
22 changed files with 0 additions and 56 deletions

Binary file not shown.

View File

@@ -1,4 +0,0 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =2
let g:netrw_dirhist_1='/etc/cups/ppd'
let g:netrw_dirhist_2='/home/bauer/.config/polybar'

View File

@@ -1 +0,0 @@
/home/bauer/dotfiles/.vim

Submodule .vim/bundle/Vundle.vim deleted from 9a38216a1c

Submodule .vim/bundle/ctrlp.vim deleted from 564176f01d

Submodule .vim/bundle/gruvbox deleted from cb4e7a5643

Submodule .vim/bundle/indentLine deleted from 82ec57f8df

Submodule .vim/bundle/indentline deleted from 439348543c

Submodule .vim/bundle/jedi-vim deleted from c6f05cd82c

Submodule .vim/bundle/nerdcommenter deleted from fdc611c8f4

Submodule .vim/bundle/tabular deleted from 00e1e7fcdb

Submodule .vim/bundle/vim-airline deleted from da8035d8a8

Submodule .vim/bundle/vim-gromacs deleted from 4602a34c6e

Submodule .vim/bundle/vim-indent-guides deleted from b40687195c

Submodule .vim/bundle/vim-markdown deleted from f19506b1bf

Submodule .vim/bundle/vim-snakemake deleted from 8976c554ee

Submodule .vim/bundle/vimtex deleted from cad3b43eca

View File

@@ -1 +0,0 @@
autocmd BufRead,BufNewFile *.pdb set filetype=pdb

Binary file not shown.

Binary file not shown.

View File

@@ -1,35 +0,0 @@
if exists("b:current_syntax")
finish
endif
syn match pdbComment "TITLE.*"
syn match pdbComment "REMARK.*"
syn match pdbCryst "CRYST1.*"
syn keyword pdbKeyAtom ATOM nextgroup=pdbAtomId
syn keyword pdbTer TER
syn match pdbAtomId "\s*\d\{1,5}" nextgroup=pdbAtomName contained
syn match pdbAtomName "\s*.\{1,4}" nextgroup=pdbResName contained
syn match pdbResName "\s*.\{1,3}" nextgroup=pdbChainId contained
syn match pdbChainId "\s*[a-zA-Z]\{0,1}" nextgroup=pdbResId contained
syn match pdbResId "\s*\d\{1,4}" nextgroup=pdbCoords contained
syn match pdbCoords "\s*\([0-9-]\|\s\|\.\)\{1,24}" nextgroup=pdbBFac contained
syn match pdbBFac "\s*\([0-9-]\|\.\)\{1,6}" nextgroup=pdbTemp contained
syn match pdbTemp "\s*\([0-9-]\|\.\)\{1,6}" nextgroup=pdbElement contained
syn match pdbElement "\s*.\{1,4}" contained
"hi def link pdbComment Comment
hi def link pdbCryst Constant
hi def link pdbTer Keyword
" hi def link pdbKeyAtom Comment
hi def link pdbAtomId Constant
hi def link pdbAtomName Special
hi def link pdbResName Special
hi def link pdbChainId Keyword
hi def link pdbResId Constant
hi def link pdbCoords Type
hi def link pdbBFac Type
hi def link pdbTemp Type
hi def link pdbElement Constant

1
.zim

Submodule .zim deleted from 872926c84c