Skip to content

🔫 Vim / Neovim wrapper for Ray by Spatie that everybody will love!

Notifications You must be signed in to change notification settings

jesseleite/vim-raymond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Raymond 🔫

A Vim / Neovim wrapper for Ray by Spatie that everybody will love!

Requirements

Requires ray-cli to be installed, with the ray executable accessible at your runtime path.

composer global require permafrost-dev/ray-cli

Installation

Install using vim-plug or similar:

Plug 'jesseleite/vim-raymond', {'for': ['vim', 'lua']}

Usage

Dump to Ray from your .vim files:

call Ray(data)

Dump to Ray from your .lua files in Neovim:

Ray(data)

You may also pass ray-cli flags into Ray() as a second argument:

Ray(data, '--green --large')

Clearing screen does not require a data argument:

Ray('--clear')

Example

Ray('--clear')
Ray(vim_users, '--green')
Ray(current_feelings, '--purple')
Ray(first_name, '--blue')

About

🔫 Vim / Neovim wrapper for Ray by Spatie that everybody will love!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published