nvim-config11/lsp/taplo.lua

5 lines
109 B
Lua

return {
cmd = { "taplo", "lsp", "stdio" },
filetypes = { "toml" },
single_file_support = true
}