mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 13:07:13 -06:00
14 lines
191 B
JSON
Executable file
14 lines
191 B
JSON
Executable file
{
|
|
"languages": {
|
|
"Nix": {
|
|
"enable_language_server": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"external": {
|
|
"command": "nixfmt",
|
|
"arguments": ["-"],
|
|
}
|
|
},
|
|
"format_on_save": "on"
|
|
}
|