Compare commits
1 commit
329397fc04
...
14f14bd1af
Author | SHA1 | Date | |
---|---|---|---|
14f14bd1af |
1 changed files with 12 additions and 14 deletions
|
@ -143,9 +143,8 @@ in
|
||||||
# FIXME: doesn't include formatters
|
# FIXME: doesn't include formatters
|
||||||
conform-nvim = {
|
conform-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
|
||||||
formatters.nixfmt.command = "${lib.getExe pkgs.nixfmt-rfc-style}";
|
formatters.nixfmt.command = "${lib.getExe pkgs.nixfmt-rfc-style}";
|
||||||
formatters_by_ft = {
|
formattersByFt = {
|
||||||
"_" = [ "trim_whitespace" ];
|
"_" = [ "trim_whitespace" ];
|
||||||
c = [ "clang_format" ];
|
c = [ "clang_format" ];
|
||||||
cpp = [ "clang_format" ];
|
cpp = [ "clang_format" ];
|
||||||
|
@ -158,7 +157,6 @@ in
|
||||||
zig = [ "zigfmt" ];
|
zig = [ "zigfmt" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
lint = {
|
lint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue