blob: da249cc30a904b47ea96eb130e0db6e2682fd95d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
return {
{
"neovim/nvim-lspconfig",
opts = function(_, opts)
if type(opts) == "table" then
opts.servers = opts.servers or {}
opts.servers.jqls = {}
end
end,
},
}
|