Skip to content
forked from Raku/vim-raku

Vim runtime files for Raku support

Notifications You must be signed in to change notification settings

softmoth/vim-raku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-raku

Improved support for Raku in Vim.

Installation

Once installed, all files ending in .raku, .rakudoc, and .rakutest (and also .pl6, .pm6, .p6, and .t6 for legacy purposes) will make use of the plugin's features.

With a plugin manager

Installation of this plugin can be done via any of the available plugin managers, such as Pathogen, vim-plug, vundle or any other one.

Using Vim's built-in package management

Clone this repository in vim autoload packages directory:

$ # installation
$ git clone https://github.com/Raku/vim-raku.git ~/.vim/pack/vim-raku-pack/start/vim-raku

$ # testing
$ vim /tmp/example.raku +'syntax' +'q'

For more details follow those instructions:

$ vim +'help packages' +'only'

Configuring optional features

Not all features are enabled by default. This is in part due to them still being considered in testing, or because they may influence your regular workflow too much. These can be enabled by setting a certain variable to a truthy value.

Unicode ops

vim-raku can use Vim's abbreviation feature to convert ASCII based operators to their Unicode equivalents on the fly. To enable this feature, add the following line to your vimrc file:

let g:raku_unicode_abbrevs = 1

About

Vim runtime files for Raku support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.1%
  • Vim Script 29.8%
  • Raku 7.3%
  • Perl 0.8%