This commit is contained in:
Henrik Bakken
2022-10-22 00:09:54 +02:00
parent e1784d6b21
commit a09fb29266
+7 -1
View File
@@ -420,7 +420,13 @@ require("packer").startup {
end
}
use {"psf/black", config = function() vim.g.black_fast = 1 vim.g.black_preview = 1 end}
use {
"psf/black",
config = function()
vim.g.black_fast = 1
vim.g.black_preview = 1
end
}
-- treesitter
use {