taplo.lua 141 B

123456
  1. --- @type vim.lsp.ClientConfig
  2. return {
  3. cmd = { 'taplo', 'lsp', 'stdio' },
  4. filetypes = { 'toml' },
  5. single_file_support = true,
  6. }