updates
This commit is contained in:
+7
-1
@@ -420,7 +420,13 @@ require("packer").startup {
|
|||||||
end
|
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
|
-- treesitter
|
||||||
use {
|
use {
|
||||||
|
|||||||
Reference in New Issue
Block a user