Skip to content

arto-app/arto.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arto.vim

A Vim/Neovim plugin to open Markdown files in Arto, a Markdown reader application. Supports macOS and Linux.

Requirements

  • Vim 9.0+ or Neovim 0.10+
  • Arto v0.15.0+
    • macOS: installed at /Applications/Arto.app (configurable via g:arto_path)
    • Linux: arto command available in $PATH (configurable via g:arto_path)

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

" macOS (default: '/Applications/Arto.app')
let g:arto_path = '/Applications/Arto.app'

" Linux (default: 'arto')
let g:arto_path = 'arto'

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