about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix
blob: 8d5cfaf1b4f70256d6652e96c36951b9b9b879fb (plain) (blame)
1
2
3
4
5
{...}: {
  programs.nixvim.plugins.lsp.servers = {

  };
}