mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Align on how LazyVim configures LSP servers
This commit is contained in:
parent
bd56142cd4
commit
42464e364b
1 changed files with 5 additions and 0 deletions
|
|
@ -13,5 +13,10 @@ return {
|
|||
init = function()
|
||||
require("lspconfig").gleam.setup({})
|
||||
end,
|
||||
opts = {
|
||||
servers = {
|
||||
gleam = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue