nvim-config11/lsp/taplo.lua

6 lines
109 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
}