a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

helix(lsp): drop format thriftls block

karitham 0c17c7e6 dbb8107c

-9
-9
modules/dev/editor/helix.nix
··· 260 260 }; 261 261 thriftls = { 262 262 command = "thriftls"; 263 - except-features = [ "format" ]; 264 263 }; 265 264 }; 266 265 ··· 517 516 { 518 517 name = "thrift"; 519 518 language-servers = [ "thriftls" ]; 520 - formatter = { 521 - command = "thriftls"; 522 - args = [ 523 - "format" 524 - "-indent" 525 - "2space" 526 - ]; 527 - }; 528 519 auto-format = true; 529 520 } 530 521 ]