feat(sql): add support for sql development

Adds plugins, LSP, and other tools for database development
This commit is contained in:
2024-08-17 01:14:34 -04:00
parent e11c87b11b
commit 4c4fcb9f1a
+3
View File
@@ -32,4 +32,7 @@ return {
{ -- Java
import = "lazyvim.plugins.extras.lang.java",
},
{ -- Sql
import = "lazyvim.plugins.extras.lang.sql",
},
}