summaryrefslogtreecommitdiff
path: root/ftplugin/sql.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-28 19:33:49 +0430
committerGitHub <[email protected]>2021-07-28 11:03:49 -0400
commit21971cbed54905f38651f0484f9546d69dee9bc5 (patch)
treee07f4f8144a43644f5b16d733631acb755307389 /ftplugin/sql.lua
parent2ec446e21edd292acd4634837eee3abef5def9b5 (diff)
null-ls formatter name is different from its command (#1141)
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary
Diffstat (limited to 'ftplugin/sql.lua')
-rw-r--r--ftplugin/sql.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/sql.lua b/ftplugin/sql.lua
new file mode 100644
index 00000000..b4658023
--- /dev/null
+++ b/ftplugin/sql.lua
@@ -0,0 +1 @@
+require("lsp").setup "sql"