feat(neovim): some neovim update.

This commit is contained in:
CronyAkatsuki 2025-10-10 14:17:54 +02:00
parent b1048676c4
commit 422ff5ea7b
3 changed files with 5 additions and 2 deletions

View file

@ -294,6 +294,8 @@ in {
};
helpview-nvim.package = helpview-nvim;
};
extraPackages = with pkgs.vimPlugins; [nvim-treesitter-parsers.qmljs];
};
};
};

View file

@ -0,0 +1 @@
require("lspconfig").qmlls.setup {}

View file

@ -51,7 +51,7 @@
];
# Setup switch pro controller
hardware.steam-hardware.enable = true;
services.joycond.enable = true;
# hardware.steam-hardware.enable = true;
# services.joycond.enable = true;
};
}