feat: add YAML, Go and JS support

This commit is contained in:
David Drottson 2024-03-16 09:14:28 +01:00
parent fa57fe1490
commit 63ed116909
1 changed files with 3 additions and 0 deletions

View File

@ -570,6 +570,9 @@ require('lazy').setup {
}, },
}, },
}, },
gopls = {},
yamlls = {},
tsserver = {},
} }
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed