mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
7 lines
107 B
Nix
Executable file
7 lines
107 B
Nix
Executable file
{
|
|
# lsp
|
|
enable = true;
|
|
inlayHints.enable = true;
|
|
lspconfig.enable = true;
|
|
formatOnSave = true;
|
|
}
|