@yaegassy/coc-marksman 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,29 +10,11 @@ See the [project page](https://github.com/artempyanykh/marksman) for more detail
10
10
 
11
11
  ## Install
12
12
 
13
- **CocInstall**:
14
-
15
- > scoped packages
16
-
17
13
  ```vim
18
14
  :CocInstall @yaegassy/coc-marksman
19
15
  ```
20
16
 
21
- **vim-plug**:
22
-
23
- ```vim
24
- Plug 'yaegassy/coc-marksman', {'do': 'yarn install --frozen-lockfile'}
25
- ```
26
-
27
- ## Note
28
-
29
- 1. **Get `marksman` server binary**.
30
- The extension will try to automatically download Marksman language server
31
- from GH releases. This is the easiest way to get started.
32
-
33
- An alternative is to either download `marksman` binary from the [releases page][mn-releases] or to build `marksman` from source. Put it somewhere in your `PATH` and you should be good to go.
34
- 2. **Add `.marksman.toml` to your workspace root folder**.
35
- The extension is automatically activated only when `.marksman.toml` file is present. This is done to avoid running Zeta Note on random Markdown files, but rather only inside your notes folder.
17
+ > scoped packages
36
18
 
37
19
  ## Configuration options
38
20
 
package/lib/index.js CHANGED
@@ -3099,7 +3099,7 @@ var import_stream2 = __toESM(require("stream"));
3099
3099
  var import_util = require("util");
3100
3100
 
3101
3101
  // package.json
3102
- var marksmanBinVersion = "2022-09-13";
3102
+ var marksmanBinVersion = "2022-10-30";
3103
3103
 
3104
3104
  // src/constant.ts
3105
3105
  var MARKSMAN_BIN_VERSION = marksmanBinVersion;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yaegassy/coc-marksman",
3
- "version": "0.2.0",
4
- "marksmanBinVersion": "2022-09-13",
3
+ "version": "0.2.1",
4
+ "marksmanBinVersion": "2022-10-30",
5
5
  "description": "Marksman (Markdown LSP server) extension for coc.nvim",
6
6
  "author": "yaegassy <yosstools@gmail.com>",
7
7
  "license": "MIT",