nvim: switch python formatter
This commit is contained in:
parent
04743a4f4b
commit
e49495f390
|
@ -11,3 +11,5 @@ o.scrolloff = 8
|
|||
o.conceallevel = 0
|
||||
|
||||
g.lazyvim_php_lsp = "intelephense"
|
||||
g.lazyvim_python_lsp = "basedpyright"
|
||||
g.lazyvim_python_ruff = "ruff_lsp"
|
||||
|
|
Loading…
Reference in New Issue