1
0
Fork 0

nvim: switch python formatter

This commit is contained in:
Luca Bilke 2024-07-13 16:07:39 +02:00
parent fcda38dbd1
commit b0c97b94a4
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
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"