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