tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
format
0xda157
1 month ago
a3fae234
41070026
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
plugins
conform
default.nix
+1
-1
modules/plugins/conform/default.nix
···
73
73
bash = [ "shfmt" ];
74
74
c = [ "clangd" ];
75
75
cpp = [ "clangd" ];
76
76
+
css = prettier;
76
77
# html = prettier;
77
78
gleam = [ "gleam" ];
78
78
-
css = prettier;
79
79
javascript = prettier;
80
80
javascriptreact = prettier;
81
81
lua = [ "stylua" ];