about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/lsp/servers/default.nix
blob: 1a5b6cb5a5ec1a3f5f624416a7f4d5d7f4299c10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{...}: {
  imports = [
    ./servers/bashls.nix
    ./servers/ccls.nix
    ./servers/ltex.nix
    ./servers/lua-ls.nix
    ./servers/nil_ls.nix
    ./servers/pylyzer.nix
    ./servers/ruff-lsp.nix
    ./servers/rust-analyzer.nix
    ./servers/texlab.nix
  ];
}