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