Home

Awesome

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

Commands

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