1
0
Fork 0

nvim: switch python formatter

This commit is contained in:
Luca Bilke 2024-07-13 16:07:39 +02:00
parent 04743a4f4b
commit e49495f390
1 changed files with 2 additions and 0 deletions

View File

@ -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"