Skip to content

Commit

Permalink
Update coc-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 27, 2024
1 parent 44ef4d5 commit 1bf2e7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"phpactor.enable": true,
"phpactor.path": "/usr/bin/phpactor",
"suggest.noselect": true,
"css.completion.completePropertyWithSemicolon": false,
"scss.completion.completePropertyWithSemicolon": false,
Expand All @@ -11,7 +9,7 @@
"pyright.inlayHints.parameterTypes": false,
"explorer.icon.enableNerdfont": true,
"explorer.file.reveal.auto": true,
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "html"]
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "html", "javascript"]
}


0 comments on commit 1bf2e7c

Please sign in to comment.