mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(typescript): allow easier merging of ts plugins
This commit is contained in:
parent
c4b7505969
commit
cf6775a959
2 changed files with 12 additions and 9 deletions
|
@ -32,7 +32,7 @@ return {
|
|||
tsserver = {
|
||||
globalPlugins = {
|
||||
-- Use typescript language server along with vue typescript plugin
|
||||
{
|
||||
vue = {
|
||||
name = "@vue/typescript-plugin",
|
||||
location = vue_typescript_plugin,
|
||||
languages = { "vue" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue