aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config/cbfmt
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-11 12:40:10 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-11 12:40:10 -0500
commit7f1fbfae2cb1a2f3c3c17bbb63d84dba33cc91e2 (patch)
treea756dab0463ec70294077d36dc588410f2c28523 /nvim/.config/cbfmt
parentcf9a9b4738e10e6199ed33008eafe92de1041efc (diff)
fix(nvim): add typos config for typos-lsp
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 -"]