From 8a6bf79828c3a1169562ee10db673ecfd28368df Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 22 Oct 2025 15:02:13 +0200 Subject: [PATCH] feat(neovim): add more lsp's globally --- modules/cross-platform/home-manager/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index e5cae70..42120c3 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -40,6 +40,10 @@ in { # For nix pkgs.nixd pkgs.alejandra + # for lua + pkgs.lua-language-server + # for webdevelopment json/html/... + pkgs.vscode-langservers-extracted ]; };