DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ddba46963a56e944a3d7d62dd8fc06675c7c392e — Jonni Liljamo 13 hours ago da822aa master
feat(lsp): qmlls
1 files changed, 4 insertions(+), 0 deletions(-)

M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +4 -0
@@ 13,6 13,10 @@
          package = pkgs.protols;
        };
        basedpyright.enable = true;
        qmlls = {
          enable = true;
          cmd = ["qmlls" "-E"];
        };
        rust_analyzer = {
          enable = true;
          installCargo = false;