A Vim/Neovim plugin to open Markdown files in Arto, a native macOS Markdown reader.
- Vim 9.0+ or Neovim 0.10+
- Arto.app v0.15.0+ installed at
/Applications/Arto.app(configurable)
Use your favorite plugin manager.
For vim-plug:
Plug 'arto-app/arto.vim'For lazy.nvim:
{ 'arto-app/arto.vim' }| Command | Description |
|---|---|
:Arto |
Open the current file in Arto |
:Arto {path} ... |
Open the specified file(s) in Arto |
:ArtoVersion |
Show the version of the Arto executable |
" Path to the Arto application bundle (default: '/Applications/Arto.app')
let g:arto_path = '/Applications/Arto.app'MIT