diff --git a/.SpaceVim.d/init.toml b/.SpaceVim.d/init.toml index b76c64a..9874114 100644 --- a/.SpaceVim.d/init.toml +++ b/.SpaceVim.d/init.toml @@ -75,3 +75,6 @@ name = "lang#luai" [[custom_plugins]] name = "anned20/vimsence" + +[[custom_plugins]] +name = "ambv/black" diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 312aff6..bc526b5 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -3,7 +3,7 @@ # Install Programs echo "~Installing Programs~" -sudo pacman -S curl git mosh neofetch neovim python python-neovim python-pip zsh --noconfirm +sudo pacman -S curl git mosh neofetch neovim python python-black python-neovim python-pip zsh --noconfirm # Install SpaceVim (via https://spacevim.org/quick-start-guide/)