File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ return {
2323 opts = function (_ , opts )
2424 opts .ensure_installed = require (" astrocore" ).list_insert_unique (opts .ensure_installed , { " sqlfluff" })
2525 opts .handlers = opts .handlers or {}
26-
2726 opts .handlers .sqlfluff = function ()
2827 local null_ls = require " null-ls"
2928 null_ls .register (null_ls .builtins .diagnostics .sqlfluff )
@@ -75,24 +74,5 @@ return {
7574 },
7675 },
7776 },
78- {
79- " nanotee/sqls.nvim" ,
80- dependencies = {
81- " AstroNvim/astrocore" ,
82- opts = {
83- autocmds = {
84- sqls_attach = {
85- {
86- event = " LspAttach" ,
87- desc = " Load sqls.nvim with sqls" ,
88- callback = function (args )
89- local client = assert (vim .lsp .get_client_by_id (args .data .client_id ))
90- if client .name == " sqls" then require (" sqls" ).on_attach (client , args .buf ) end
91- end ,
92- },
93- },
94- },
95- },
96- },
97- },
77+ { " nanotee/sqls.nvim" },
9878}
You can’t perform that action at this time.
0 commit comments