mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix typo
This commit is contained in:
parent
7c5350458a
commit
6da56bc45c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
setup = {
|
setup = {
|
||||||
clangd = function(_, opts)
|
metals = function(_, opts)
|
||||||
local metals = require("metals")
|
local metals = require("metals")
|
||||||
local metals_config = vim.tbl_deep_extend("force", metals.bare_config(), opts)
|
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
|
metals_config.on_attach = LazyVim.has("nvim-dap") and metals.setup_dap or nil
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue