Skip to content

Commit

Permalink
chore: Update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Dec 27, 2024
1 parent 18ae083 commit be3ec48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"ale": { "branch": "master", "commit": "65b49c1b8172d0ab1b08ffe8fdcabb93fc1328df" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" },
"cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
Expand Down
9 changes: 9 additions & 0 deletions lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ function config()
capabilities = capabilities,
}
end
nvim_lsp.solargraph.setup {
on_attach = lsp_common.on_attach,
settings = {
solargraph = {
diagnostics = true,
completion = true
}
}
}

-- GOPls support
nvim_lsp.gopls.setup {
Expand Down

0 comments on commit be3ec48

Please sign in to comment.