Merge branch 'master' into dataport
This commit is contained in:
commit
8e35d9a168
8 changed files with 20 additions and 5 deletions
21
.vimrc
21
.vimrc
|
@ -244,10 +244,6 @@ function! ToggleNERDTreeFind()
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" yaml einrückung
|
|
||||||
autocmd FileType yaml setlocal ai ts=2 sw=2 et
|
|
||||||
autocmd FileType yml setlocal ai ts=2 sw=2 et
|
|
||||||
|
|
||||||
" timeouts
|
" timeouts
|
||||||
set timeoutlen=100
|
set timeoutlen=100
|
||||||
|
|
||||||
|
@ -255,3 +251,20 @@ set timeoutlen=100
|
||||||
if &diff
|
if &diff
|
||||||
colorscheme nord
|
colorscheme nord
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
augroup spell
|
||||||
|
autocmd!
|
||||||
|
autocmd FileType * highlight SpellBad cterm=underline ctermfg=red ctermbg=NONE
|
||||||
|
autocmd FileType * set spellfile=~/dotfiles/vim/spell/own.add
|
||||||
|
autocmd FileType * set spellsuggest=fast,10
|
||||||
|
autocmd FileType * set spell spelllang=de_de,en
|
||||||
|
augroup END
|
||||||
|
" z= Korrektur
|
||||||
|
" ]s/[s gehe vor/zurück nächsten fehlerhaften wort
|
||||||
|
" zg add to dictionary
|
||||||
|
|
||||||
|
augroup yaml
|
||||||
|
autocmd!
|
||||||
|
autocmd FileType yml setlocal ai ts=2 sw=2 et
|
||||||
|
autocmd FileType yaml,yml setlocal ai ts=2 sw=2 et
|
||||||
|
augroup END
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
# Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
sudo apt update && sudo apt install git tmux vim ripgrep ca-certificates
|
sudo apt update && sudo apt install git tmux vim ripgrep ca-certificates curl wget tree keychain
|
||||||
|
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
|
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
|
|
BIN
vim/spell/de.utf-8.spl
Normal file
BIN
vim/spell/de.utf-8.spl
Normal file
Binary file not shown.
BIN
vim/spell/de.utf-8.sug
Normal file
BIN
vim/spell/de.utf-8.sug
Normal file
Binary file not shown.
BIN
vim/spell/en.utf-8.spl
Normal file
BIN
vim/spell/en.utf-8.spl
Normal file
Binary file not shown.
BIN
vim/spell/en.utf-8.sug
Normal file
BIN
vim/spell/en.utf-8.sug
Normal file
Binary file not shown.
2
vim/spell/own.add
Normal file
2
vim/spell/own.add
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
dotfiles
|
||||||
|
Ansible
|
BIN
vim/spell/own.add.spl
Normal file
BIN
vim/spell/own.add.spl
Normal file
Binary file not shown.
Loading…
Reference in a new issue