aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-05 10:14:15 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-05 10:14:15 +0100
commitd89f783c94759ba63100e0942e634760a2595070 (patch)
treea9665444dcf147bb4e0a9cffeace75263b642811
parent2bc413963f273fe4545ff045a481e44dd1a8aec8 (diff)
Update vim-perl6 name to vim-raku
-rw-r--r--.local/etc/gittab/tabs/vim2
-rw-r--r--.vim/plugins.vim2
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('<silent>')
" 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 <p.spek@tyil.work>"