summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-25 23:58:13 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-25 23:58:13 +0100
commit84d31c24f6c8a7a3f5a50af5836d139862cf3c43 (patch)
tree32508c7f82d2b9ade0c5a643ea5fa56a8ad6ff23 /fnl/plugins
parent6091f3cbe069ba02b373aca6ade647679a92a8d2 (diff)
Remove sqlfluff
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/conform.fnl2
-rw-r--r--fnl/plugins/nvim-lint.fnl1
2 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl
index 9608f5c..cf9938e 100644
--- a/fnl/plugins/conform.fnl
+++ b/fnl/plugins/conform.fnl
@@ -25,7 +25,7 @@
:python [:ruff_format :ruff_fix :ruff_organize_imports]
:rust [:rustfmt]
:sh [:shfmt :shellharden]
- :sql [:pg_format :sqlfluff]
+ :sql [:pg_format]
:toml [:taplo]
:yaml [:yamlfmt]}})
diff --git a/fnl/plugins/nvim-lint.fnl b/fnl/plugins/nvim-lint.fnl
index 57cb464..e2ecdc0 100644
--- a/fnl/plugins/nvim-lint.fnl
+++ b/fnl/plugins/nvim-lint.fnl
@@ -23,7 +23,6 @@
:lua [:selene]
:python [:ruff]
:sh [:shellcheck]
- :sql [:sqlfluff]
:yaml [:yamllint]
:zsh [:zsh]})))