Switched to basedpyright and enabled inlay hints

This commit is contained in:
alejandro-angulo 2025-03-20 15:12:37 -07:00
parent 2816e7ff55
commit 4df98a2d38
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 33 additions and 179 deletions

View file

@ -2,6 +2,7 @@
{
plugins.lsp = {
enable = true;
inlayHints = true;
keymaps.extra = [
{
@ -40,7 +41,7 @@
servers = {
# python
ruff.enable = true;
pyright.enable = true;
basedpyright.enable = true;
# bash
bashls.enable = true;