remove postgres nullls

This commit is contained in:
talksik
2023-06-26 13:20:42 -07:00
parent d26109d136
commit 4e9fb45db1
3 changed files with 0 additions and 19 deletions
-12
View File
@@ -1,12 +0,0 @@
local null_ls = require("null-ls")
null_ls.setup({
sources = {
-- sql lint
null_ls.builtins.diagnostics.sqlfluff.with({
extra_args = { "--dialect", "postgres" }, -- change to your dialect
}),
-- postgres format
null_ls.builtins.formatting.pg_format
},
})