vim: spell: add symlink

This commit is contained in:
Michael Grote 2024-06-20 10:56:45 +02:00
parent 4d786a09ac
commit ccd5b5ea0c

View file

@ -10,6 +10,8 @@ git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/.vimrc ~/.vimrc
ln -s ~/dotfiles/vim/spell/ ~/.vim/
echo "source ~/dotfiles/.bash_extra" >> ~/.bashrc
vim +PluginInstall +qall