diff --git a/plugin/crown.vim b/plugin/crown.vim index b7c1816..d3f105a 100644 --- a/plugin/crown.vim +++ b/plugin/crown.vim @@ -20,7 +20,7 @@ EOF endfunction command! Greet lua require'greetings'.greet() -command! Tpl lua require'tpl'.header() +command! Header lua require'tpl'.header() augroup ReloadingGroup autocmd!