1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 03:39:40 +01:00

plugins/nvim-lsp: Added taplo for TOML (#541)

This commit is contained in:
traxys 2023-08-24 11:03:37 +02:00 committed by GitHub
parent 2e7137058d
commit a4e027ce33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -108,6 +108,7 @@
sourcekit.enable = true;
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;
terraformls.enable = true;
texlab.enable = true;
tsserver.enable = true;