Skip to content

Commit

Permalink
feat(lsp): add python format initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyA3 committed Apr 16, 2024
1 parent 1f35e72 commit f495632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ local null_ls_sources = {
"go"
}
}),
null_ls.builtins.formatting.black.with({
filetypes = {
"python"
}
}),
}

null_ls.setup({
Expand Down

0 comments on commit f495632

Please sign in to comment.