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:
parent
b77710100b
commit
3b0145b356
@ -75,3 +75,6 @@ name = "lang#luai"
|
||||
|
||||
[[custom_plugins]]
|
||||
name = "anned20/vimsence"
|
||||
|
||||
[[custom_plugins]]
|
||||
name = "ambv/black"
|
||||
|
@ -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/)
|
||||
|
Loading…
Reference in New Issue
Block a user