Added notedown to Vim setup

This commit is contained in:
Rain Clark 2021-09-28 01:10:16 -04:00
parent 2f83dd3fb2
commit 5560ceb476

View File

@ -12,7 +12,7 @@ sudo pacman -S tmux --noconfirm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo -e "\e[38;5;$((RANDOM%257))mInstalling SpaceVim\e[0m" echo -e "\e[38;5;$((RANDOM%257))mInstalling SpaceVim\e[0m"
sudo pacman -S neovim python-pyvim xclip --noconfirm sudo pacman -S neovim python-pyvim xclip notedown --noconfirm
curl -sLf https://spacevim.org/install.sh | bash curl -sLf https://spacevim.org/install.sh | bash
echo "Setting up Rust" echo "Setting up Rust"