Files
LazyVim/lua/lazyvim/plugins/extras/lang/toml.lua

15 lines
212 B
Lua

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