Skip to main content
The Deno 2 Release Candidate is here
Learn more

ddu-kind-joplin

Joplin source and kind for ddu.vim.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddu.vim

https://github.com/Shougo/ddu.vim

Joplin

https://github.com/laurent22/joplin/

Configuration

call ddu#custom#patch_global(#{
    \   kindOptions: #{
    \     joplin: #{
    \       defaultAction: 'open',
    \     },
    \   },
    \ })

Author

tomato3713