Skip to content

Commit fccf676

Browse files
committed
fix typo
1 parent bbe2796 commit fccf676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/docs/config/mappings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ end
5353

5454
for _, lsp in ipairs(servers) do
5555
lspconfig[lsp].setup {
56-
on_attach = nvlsp.on_attach,
57-
on_init = ooo,
56+
on_attach = ooo,
57+
on_init = nvlsp.on_init,
5858
capabilities = nvlsp.capabilities,
5959
}
6060
end

0 commit comments

Comments
 (0)