Skip to content

arto-app/arto.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arto.vim

A Vim/Neovim plugin to open Markdown files in Arto, a native macOS Markdown reader.

Requirements

  • Vim 9.0+ or Neovim 0.10+
  • Arto.app v0.15.0+ installed at /Applications/Arto.app (configurable)

Installation

Use your favorite plugin manager.

For vim-plug:

Plug 'arto-app/arto.vim'

For lazy.nvim:

{ 'arto-app/arto.vim' }

Usage

Commands

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

Configuration

" Path to the Arto application bundle (default: '/Applications/Arto.app')
let g:arto_path = '/Applications/Arto.app'

License

MIT

About

A Vim/Neovim plugin to open Markdown files in Arto, a native macOS Markdown reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors