6 lines
103 B
Lua
6 lines
103 B
Lua
|
return {
|
||
|
cmd = { 'taplo', 'lsp', 'stdio' },
|
||
|
filetypes = { 'toml' },
|
||
|
root_markers = { '.git' },
|
||
|
}
|