9 lines
118 B
Nix
9 lines
118 B
Nix
{
|
|
plugins.lsp = {
|
|
enable = true;
|
|
inlayHints = true;
|
|
servers = {
|
|
nixd.enable = true;
|
|
};
|
|
};
|
|
}
|