mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
treewide: format with new nixfmt
This commit is contained in:
parent
d63fd77511
commit
dd73afe9c6
34 changed files with 665 additions and 679 deletions
|
@ -38,27 +38,26 @@ let
|
|||
let
|
||||
inherit (pkgs.stdenv) hostPlatform;
|
||||
|
||||
disabled =
|
||||
[
|
||||
# DEPRECATED SERVERS
|
||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||
"ruff_lsp"
|
||||
"bufls"
|
||||
"typst_lsp"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"sourcekit"
|
||||
disabled = [
|
||||
# DEPRECATED SERVERS
|
||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||
"ruff_lsp"
|
||||
"bufls"
|
||||
"typst_lsp"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"sourcekit"
|
||||
|
||||
# pkgs.vectorcode is not available on this platform
|
||||
"vectorcode_server"
|
||||
# pkgs.vectorcode is not available on this platform
|
||||
"vectorcode_server"
|
||||
|
||||
# TODO: 2024-10-05 build failure
|
||||
"fstar"
|
||||
# TODO: 2024-10-05 build failure
|
||||
"fstar"
|
||||
|
||||
# TODO: 2025-03-04 marked as broken
|
||||
"nickel_ls"
|
||||
];
|
||||
# TODO: 2025-03-04 marked as broken
|
||||
"nickel_ls"
|
||||
];
|
||||
in
|
||||
{
|
||||
inherit _file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue