Add taplo toml LSP (#7034)

Release Notes:

- Added `toml` LSP using [taplo](https://taplo.tamasfe.dev/)
This commit is contained in:
Ammar Arif 2024-01-30 17:50:15 +08:00 committed by GitHub
parent 7b8bd97652
commit fb9eb6a0fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 123 additions and 4 deletions

View file

@ -2,4 +2,4 @@
- Tree Sitter: [tree-sitter-toml](https://github.com/tree-sitter/tree-sitter-toml)
- Language Server: N/A
- Language Server: [taplo](https://taplo.tamasfe.dev)