Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
13 lines
149 B
Nix
13 lines
149 B
Nix
{
|
|
plugins = {
|
|
lsp.servers = {
|
|
nil_ls = {
|
|
enable = true;
|
|
};
|
|
|
|
statix = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|