about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix
blob: 8ffac2e182dabb2e4fe3c3d01a98dd5309757c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./servers/bashls.nix
    ./servers/ltex.nix
    ./servers/lua-ls.nix
    ./servers/nil_ls.nix
    ./servers/rust-analyzer.nix
    ./servers/texlab.nix
    ./servers/ccls.nix
  ];
}