6 lines
109 B
Lua
6 lines
109 B
Lua
|
|
return {
|
||
|
|
cmd = { "taplo", "lsp", "stdio" },
|
||
|
|
filetypes = { "toml" },
|
||
|
|
single_file_support = true
|
||
|
|
}
|