daniel-vera-g / dotfiles

My personal list of dotfiles.
1 stars 0 forks source link

Add right spell check vim #134

Open daniel-vera-g opened 5 years ago

daniel-vera-g commented 5 years ago

"TODO remove this after good spell check set nospell

Old install config:

echo "###################################### Vim config ######################################"
# Make directory vim snippets
mkdir ~/.vim/spell/
for I in $(ls "$dir/shell/vim/spell/"); do cp $dir/shell/vim/spell/$I ~/.vim/spell; done
mkdir ~/.vim/thesaurus/
cp "$dir/shell/vim/thesaurus/moby_thesaurus.txt" ~/.vim/thesaurus/