diff --git a/.gitmodules b/.gitmodules index b8a990d..0e27db4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,6 +30,6 @@ [submodule ".vim/bundle/vimerl"] path = .vim/bundle/vimerl - url = https://github.com/oscarh/vimerl.git + url = https://github.com/jimenezrick/vimerl.git diff --git a/.vim/bundle/vim-rails b/.vim/bundle/vim-rails deleted file mode 160000 index 3ff31b7..0000000 --- a/.vim/bundle/vim-rails +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3ff31b7994109dfb6b6593a3c8520ff95356beb8 diff --git a/.vim/bundle/vim-ruby b/.vim/bundle/vim-ruby deleted file mode 160000 index 6648287..0000000 --- a/.vim/bundle/vim-ruby +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66482878d9675cfeac1285a9f9cc3d882959c18e diff --git a/.vim/bundle/vimerl b/.vim/bundle/vimerl index 31f99c5..f707397 160000 --- a/.vim/bundle/vimerl +++ b/.vim/bundle/vimerl @@ -1 +1 @@ -Subproject commit 31f99c5bcb584bd7e1d0b848411b35527f756413 +Subproject commit f707397b2aa871d698678aad30f44afe7b8f0d34 diff --git a/.vim/bundle/vrackets b/.vim/bundle/vrackets deleted file mode 160000 index 59ad3d6..0000000 --- a/.vim/bundle/vrackets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 59ad3d621f9c4ca43be0b21fcbcc277e0f0dd5c8 diff --git a/.vim/colors/smyck.vim b/.vim/colors/smyck.vim index c7826ee..073d441 100644 --- a/.vim/colors/smyck.vim +++ b/.vim/colors/smyck.vim @@ -5,17 +5,17 @@ " License: Beer Ware " ---------------------------------------------------------------------------- -let g:colors_name = "smyck" - -highlight clear Normal -set background=dark -set linespace=2 - -" Syntaxeinstellungen zuruecksetzen, wenn Syntax Highlighting aktiviert ist +" Reset Highlighting +hi clear if exists("syntax_on") syntax reset endif +set background=dark +set linespace=3 + +let g:colors_name = "smyck" + hi Normal cterm=none ctermbg=none ctermfg=15 gui=none guibg=#282828 guifg=#F7F7F7 hi LineNr cterm=none ctermbg=none ctermfg=8 gui=none guibg=#282828 guifg=#8F8F8F hi StatusLine cterm=none ctermbg=8 ctermfg=15 gui=none guibg=#5D5D5D guifg=#FBFBFB diff --git a/.vimrc b/.vimrc index 223c320..b6b3f42 100644 --- a/.vimrc +++ b/.vimrc @@ -89,3 +89,5 @@ let g:ctrlp_custom_ignore = { \ 'file': '\.exe$\|\.so$\|\.dll\|\.beam$\|\.DS_Store$' \ } +let g:erlangCheckFile = "~/.vim/bundle/vimerl/compiler/erlang_check_file.erl" +let g:erlangHighlightErrors = 1 diff --git a/.zsh/lib/correction.zsh b/.zsh/lib/correction.zsh index b718805..3f2bb38 100644 --- a/.zsh/lib/correction.zsh +++ b/.zsh/lib/correction.zsh @@ -1,5 +1,6 @@ setopt correct_all +alias cap='nocorrect cap' alias man='nocorrect man' alias tree='nocorrect tree' alias thor='nocorrect thor'