Skip to content

Commit

Permalink
increase will save timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dotrakoun-clearstreet committed Sep 23, 2024
1 parent 0574583 commit 3e33c61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nvim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"coc.preferences.willSaveHandlerTimeout": 1000,
"snippets.ultisnips.pythonPrompt": false,

"diagnostic.hintSign": "",
"diagnostic.infoSign": "",
"diagnostic.warningSign": "",
Expand Down Expand Up @@ -35,6 +38,5 @@
"javascript.autoClosingTags": false,
"javascript.preferGoToSourceDefinition": true,
"typescript.autoClosingTags": false,
"typescript.preferGoToSourceDefinition": true,
"snippets.ultisnips.pythonPrompt": false
"typescript.preferGoToSourceDefinition": true
}

0 comments on commit 3e33c61

Please sign in to comment.