mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-05-07 03:53:41 +05:30
3be53f130a
- Configuration for files under `/lsp` are added
10 lines
179 B
Lua
10 lines
179 B
Lua
return {
|
|
cmd = { "taplo", "lsp", "stdio" },
|
|
filetypes = { "toml" },
|
|
settings = {
|
|
taplo = {
|
|
evenBetterToml = { schema = true },
|
|
},
|
|
},
|
|
}
|