Use black with :call Black()
This commit is contained in:
parent
becfa7961f
commit
d38c07abf4
@ -157,6 +157,9 @@ packer.startup {
|
|||||||
|
|
||||||
-- Import sorting for python (:Isort)
|
-- Import sorting for python (:Isort)
|
||||||
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
|
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
|
||||||
|
|
||||||
|
-- Formatting for python (:call Black())
|
||||||
|
use { 'averms/black-nvim', run = ':UpdateRemotePlugins' }
|
||||||
end,
|
end,
|
||||||
config = {
|
config = {
|
||||||
display = {
|
display = {
|
||||||
|
Loading…
Reference in New Issue
Block a user