SkillAgentSearch skills...

Roku.vim

Vim plugin for Roku development (Scenegraph/Brightscript)

Install / Use

/learn @entrez/Roku.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

roku.vim

overview

a vim plugin for roku development - provides brightscript language support (syntax highlighting, folding, section movement, indentation, etc) as well as channel installation/packaging from within vim.

roku.vim screenshot

installation

Vundle

add this line to your .vimrc:

Plugin 'entrez/roku.vim'

then run the following in vim:

:source %
:PluginInstall

VimPlug

add this line to your .vimrc:

Plug 'entrez/roku.vim'

then run the following in vim:

:source %
:PlugInstall

Pathogen

run the following commands in the terminal:

cd ~/.vim/bundle
git clone git://github.com/entrez/roku.vim.git
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2mo ago
Forks5

Languages

Vim Script

Security Score

80/100

Audited on Feb 1, 2026

No findings