DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

1f447e0f1c1773b2419faf7d0eff6a6df337a216 — Jonni Liljamo 4 days ago 5fe999e
feat(lsp): switch to basedpyright
1 files changed, 1 insertions(+), 4 deletions(-)

M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -4
@@ 12,10 12,7 @@
          enable = true;
          package = pkgs.protols;
        };
        pylyzer = {
          enable = true;
          settings.python.inlayHints = true;
        };
        basedpyright.enable = true;
        rust_analyzer = {
          enable = true;
          installCargo = false;