15 lines
212 B
Lua
15 lines
212 B
Lua
return {
|
|
recommended = function()
|
|
return LazyVim.extras.wants({
|
|
ft = "toml",
|
|
root = "*.toml",
|
|
})
|
|
end,
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
servers = {
|
|
taplo = {},
|
|
},
|
|
},
|
|
}
|