aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config/cbfmt
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.config/cbfmt')
-rw-r--r--nvim/.config/cbfmt/cbfmt.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/.config/cbfmt/cbfmt.toml b/nvim/.config/cbfmt/cbfmt.toml
deleted file mode 100644
index 38bcd7e..0000000
--- a/nvim/.config/cbfmt/cbfmt.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[languages]
-go = ["gofmt"]
-javascript = ["prettier --stdin"]
-lua = ["stylua -s -"]
-python = ["black --fast -"]
-rust = ["rustfmt"]
-sh = ["shfmt -"]