init
This commit is contained in:
23
nvim/lua/plugins/extras/lang/sql-extended.lua
Normal file
23
nvim/lua/plugins/extras/lang/sql-extended.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
local prefix = "<leader>D"
|
||||
|
||||
return {
|
||||
{ import = "lazyvim.plugins.extras.lang.sql" },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
sqlls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"sqlite",
|
||||
"postgresql-16",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user