Skip to content

Commit

Permalink
build: upgrade mume and coc
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Mar 6, 2022
1 parent 41c752a commit d3666c9
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 276 deletions.
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,25 @@
"semi": true
},
"devDependencies": {
"@types/eslint": "^8.2.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^17.0.5",
"@types/prettier": "^2.4.2",
"@raidou/eslint-config-base": "^1.4.0",
"@types/eslint": "^8.4.1",
"@types/node": "^17.0.21",
"@types/prettier": "^2.4.4",
"@types/rimraf": "^3.0.2",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"coc-helper": "^0.12.0",
"coc-webview": "^0.9.0",
"@types/uuid": "^8.3.4",
"coc-helper": "^0.13.0",
"coc-webview": "^0.11.0",
"coc.nvim": "^0.0.81-next.6",
"esbuild": "^0.14.9",
"esbuild": "^0.14.25",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.10.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
"typescript": "^4.6.2"
},
"dependencies": {
"@raidou/eslint-config-base": "^1.4.0",
"@shd101wyy/mume": "^0.6.9"
"@shd101wyy/mume": "^0.7.0"
},
"activationEvents": [
"onCommand:markdown-preview-enhanced.openPreview",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function openInVim(uri: Uri, type: 'edit' | 'vsplit') {
// https://github.com/weirongxu/coc-explorer/issues/113
nvim.command('redraw', true);
}
await nvim.resumeNotification();
await nvim.resumeNotification(true);
}

// this method is called when your extension iopenTextDocuments activated
Expand Down
Loading

0 comments on commit d3666c9

Please sign in to comment.