mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
tests: re-enable lua-language-servers tests on all platforms
This reverts commit 432af78ffd
.
This commit is contained in:
parent
1ee4915f65
commit
909b4f41d7
2 changed files with 1 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
defaults = {
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
|
||||
servers.lua_ls = {
|
||||
# TODO: 2024-11-10 fixed in https://github.com/NixOS/nixpkgs/pull/355032
|
||||
enable = pkgs.stdenv.isLinux || pkgs.stdenv.hostPlatform.isx86_64;
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
addonManager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue