update to dotfiles
This commit is contained in:
parent
c3de272061
commit
f0fdbe52ae
8 changed files with 12 additions and 12 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -30,6 +30,6 @@
|
||||||
|
|
||||||
[submodule ".vim/bundle/vimerl"]
|
[submodule ".vim/bundle/vimerl"]
|
||||||
path = .vim/bundle/vimerl
|
path = .vim/bundle/vimerl
|
||||||
url = https://github.com/oscarh/vimerl.git
|
url = https://github.com/jimenezrick/vimerl.git
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 3ff31b7994109dfb6b6593a3c8520ff95356beb8
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 66482878d9675cfeac1285a9f9cc3d882959c18e
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 31f99c5bcb584bd7e1d0b848411b35527f756413
|
Subproject commit f707397b2aa871d698678aad30f44afe7b8f0d34
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 59ad3d621f9c4ca43be0b21fcbcc277e0f0dd5c8
|
|
|
@ -5,17 +5,17 @@
|
||||||
" License: Beer Ware
|
" License: Beer Ware
|
||||||
" ----------------------------------------------------------------------------
|
" ----------------------------------------------------------------------------
|
||||||
|
|
||||||
let g:colors_name = "smyck"
|
" Reset Highlighting
|
||||||
|
hi clear
|
||||||
highlight clear Normal
|
|
||||||
set background=dark
|
|
||||||
set linespace=2
|
|
||||||
|
|
||||||
" Syntaxeinstellungen zuruecksetzen, wenn Syntax Highlighting aktiviert ist
|
|
||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
syntax reset
|
syntax reset
|
||||||
endif
|
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 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 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
|
hi StatusLine cterm=none ctermbg=8 ctermfg=15 gui=none guibg=#5D5D5D guifg=#FBFBFB
|
||||||
|
|
2
.vimrc
2
.vimrc
|
@ -89,3 +89,5 @@ let g:ctrlp_custom_ignore = {
|
||||||
\ 'file': '\.exe$\|\.so$\|\.dll\|\.beam$\|\.DS_Store$'
|
\ 'file': '\.exe$\|\.so$\|\.dll\|\.beam$\|\.DS_Store$'
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
let g:erlangCheckFile = "~/.vim/bundle/vimerl/compiler/erlang_check_file.erl"
|
||||||
|
let g:erlangHighlightErrors = 1
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
setopt correct_all
|
setopt correct_all
|
||||||
|
|
||||||
|
alias cap='nocorrect cap'
|
||||||
alias man='nocorrect man'
|
alias man='nocorrect man'
|
||||||
alias tree='nocorrect tree'
|
alias tree='nocorrect tree'
|
||||||
alias thor='nocorrect thor'
|
alias thor='nocorrect thor'
|
||||||
|
|
Loading…
Reference in a new issue