This commit is contained in:
HJK 2024-06-05 10:36:25 +09:00 committed by GitHub
parent 7c5350458a
commit 6da56bc45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ return {
},
},
setup = {
clangd = function(_, opts)
metals = function(_, opts)
local metals = require("metals")
local metals_config = vim.tbl_deep_extend("force", metals.bare_config(), opts)
metals_config.on_attach = LazyVim.has("nvim-dap") and metals.setup_dap or nil