From 422ff5ea7b75c85dce485361e377f294678f54c4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 10 Oct 2025 14:17:54 +0200 Subject: [PATCH] feat(neovim): some neovim update. --- modules/cross-platform/home-manager/neovim.nix | 2 ++ modules/cross-platform/home-manager/nvim/qmlls.lua | 1 + modules/linux/nixos/gaming.nix | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 modules/cross-platform/home-manager/nvim/qmlls.lua diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index d93eb9f..2d054ae 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -294,6 +294,8 @@ in { }; helpview-nvim.package = helpview-nvim; }; + + extraPackages = with pkgs.vimPlugins; [nvim-treesitter-parsers.qmljs]; }; }; }; diff --git a/modules/cross-platform/home-manager/nvim/qmlls.lua b/modules/cross-platform/home-manager/nvim/qmlls.lua new file mode 100644 index 0000000..c42537d --- /dev/null +++ b/modules/cross-platform/home-manager/nvim/qmlls.lua @@ -0,0 +1 @@ +require("lspconfig").qmlls.setup {} diff --git a/modules/linux/nixos/gaming.nix b/modules/linux/nixos/gaming.nix index ba1ff86..bd82cc6 100644 --- a/modules/linux/nixos/gaming.nix +++ b/modules/linux/nixos/gaming.nix @@ -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; }; }