nvim-config11/lsp/taplo.lua

7 lines
137 B
Lua
Raw Normal View History

2025-03-27 13:03:32 +00:00
return {
cmd = { "taplo", "lsp", "stdio" },
filetypes = { "toml" },
single_file_support = true,
root_markers = { "." }
2025-03-27 13:03:32 +00:00
}