Skip to content

garyburd/norns.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

norns.nvim

norns.vim is a Neovim plugin for working remotely with monome norns.

Install using the plugin manager of your choice. The plugin has no dependencies.

See the plugin help file for complete details on the plugin.

Example session:

" Connect to the device and open an window on the device output. The default
" device is norns.local.
:Norns connect

" Execute code on the device. The output window displays the command and
" result of executing the command.
:Norns exec print('hello world')

" Load the awake script.
:Norns load code/awake/awake.lua

" Open a quickfix window on errors in the device output using a mapping from
" remote directories to local directories specified in the plugin
" configuration.
:Norns quickfix

" Reload the previous script, awake.
:Norns load

About

Neovim plugin for working with monome norns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published