From d89f783c94759ba63100e0942e634760a2595070 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 5 Feb 2020 10:14:15 +0100 Subject: Update vim-perl6 name to vim-raku --- .local/etc/gittab/tabs/vim | 2 +- .vim/plugins.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/etc/gittab/tabs/vim b/.local/etc/gittab/tabs/vim index aee0cf3..2af9d0d 100644 --- a/.local/etc/gittab/tabs/vim +++ b/.local/etc/gittab/tabs/vim @@ -1,7 +1,7 @@ # Local name Remote URL Branch feature-camelcasemotion https://github.com/tyil/camelcasemotion.git master syntax-helm https://github.com/towolf/vim-helm master -syntax-perl6 https://github.com/raku/vim-raku.git master +syntax-raku https://github.com/raku/vim-raku.git master syntax-terraform https://github.com/hashivim/vim-terraform master theme-colorsbox https://github.com/mkarmona/colorsbox.git master theme-jellybeans https://github.com/nanotech/jellybeans.vim.git master diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 9027b4f..d748983 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -15,7 +15,7 @@ let g:syntastic_perl_perlcritic_args = "--brutal" call camelcasemotion#CreateMotionMappings('') " Enable unicode abbreviations for prettier Perl 6 code -let perl6_unicode_abbrevs = 1 +let raku_unicode_abbrevs = 1 " UltiSnips let g:snips_author = "Patrick Spek " -- cgit v1.1