Skip to content

Commit

Permalink
chore(Vim): Alphabetize Yarn SDK for Vim
Browse files Browse the repository at this point in the history
Facilitate maintenance by maintaining consistency between repositories.
  • Loading branch information
Kurt-von-Laven committed Sep 4, 2023
1 parent dfbfeff commit 7fba534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"workspace.workspaceFolderCheckCwd": false,
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
"eslint.nodePath": ".yarn/sdks",
"eslint.packageManager": "yarn",
"eslint.nodePath": ".yarn/sdks"
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
"workspace.workspaceFolderCheckCwd": false
}

0 comments on commit 7fba534

Please sign in to comment.