0.4.0 • Published 5 months ago

@yaegassy/coc-marksman v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

coc-marksman

fork from a marksman-vscode

Integrates Marksman language server into coc.nvim for delightful Markdown note taking experience.

https://user-images.githubusercontent.com/188642/174696988-98d3f458-7f91-4c06-83e2-9c2a6a6ca5ed.mp4

See the project page for more detailed information.

Install

:CocInstall @yaegassy/coc-marksman

scoped packages

Configuration options

  • marksman.enable: Enable coc-marksman extension, default: true
  • marksman.customCommand: allows to specify a custom command to start marksman. Mostly useful for development of marksman itself.
  • marksman.customCommandDir: allows to specify a CWD for the command above. For development it's convenient to set the command to dotnet run and the command dir to the dir where marksman sources are.
  • marksman.trace.server: Traces the communication between coc.nvim and the language server, valid option: ["off", "messages", "verbose"], default: "off"

Commands

  • marksman.restartServer: Marksman: Restart Server
  • marksman.showOutputChannel: Marksman: Show Output

Code Actions

Marksman has a code action to create and update a table of contents of a document.

This code action is source level. Please key mapping <Plug>(coc-codeaction-source) in coc.nvim to call it.

nmap <leader>as  <Plug>(coc-codeaction-source)

Thanks

License

MIT


This extension is built with create-coc-extension

0.4.0

5 months ago

0.3.10

5 months ago

0.3.9

5 months ago

0.3.6

6 months ago

0.3.5

10 months ago

0.3.8

5 months ago

0.3.7

6 months ago

0.3.4

10 months ago

0.3.0

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.3

11 months ago

0.2.10

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago