This repository has no description
0

Configure Feed

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

Fix missing formatter definitions

Ivan Ilak (Dec 8, 2025, 8:09 AM +0100) 6e47b42e 30dbfdc2

+9 -4
+9 -4
config/plugins/lsp/conform.nix
··· 62 62 "prettierd" 63 63 "prettier" 64 64 ]; 65 - terraform = [ "terraform_fmt" ]; 66 65 bicep = [ "bicep" ]; 67 66 bash = [ 68 67 "shellcheck" ··· 86 85 nixfmt = { 87 86 command = "${lib.getExe pkgs.nixfmt}"; 88 87 }; 88 + rustfmt = { 89 + command = "${lib.getExe pkgs.rustfmt}"; 90 + }; 91 + cmake_format = { 92 + command = "${lib.getExe pkgs.cmake-format}"; 93 + }; 94 + prettier = { 95 + command = "${lib.getExe pkgs.prettier}"; 96 + }; 89 97 jq = { 90 98 command = "${lib.getExe pkgs.jq}"; 91 99 }; ··· 107 115 bicep = { 108 116 command = "${lib.getExe pkgs.bicep}"; 109 117 }; 110 - #yamlfmt = { 111 - # command = "${lib.getExe pkgs.yamlfmt}"; 112 - #}; 113 118 }; 114 119 keymaps = [ 115 120 {