1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-25 00:38:23 -05:00

Added Black Python code formatter

This commit is contained in:
Rain Clark 2019-03-12 12:54:54 -04:00
parent b77710100b
commit 3b0145b356
2 changed files with 4 additions and 1 deletions

View File

@ -75,3 +75,6 @@ name = "lang#luai"
[[custom_plugins]]
name = "anned20/vimsence"
[[custom_plugins]]
name = "ambv/black"

View File

@ -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/)