configure python
This commit is contained in:
parent
b045d7c627
commit
b9d9f7e264
9 changed files with 96 additions and 12 deletions
|
|
@ -74,6 +74,11 @@ return {
|
|||
formatting.stylua.with({
|
||||
command = find_executable({ "stylua" }),
|
||||
}),
|
||||
|
||||
-- black (Python)
|
||||
formatting.black.with({
|
||||
command = find_executable({ "black" }),
|
||||
}),
|
||||
},
|
||||
|
||||
-- Format on save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue