marleyvim/nvim/lsp/taplo.lua

5 lines
103 B
Lua

return {
cmd = { 'taplo', 'lsp', 'stdio' },
filetypes = { 'toml' },
root_markers = { '.git' },
}