From 296338aa35d1b50d2fbe984cce247d768634aa1b Mon Sep 17 00:00:00 2001 From: Joel Goguen Date: Fri, 8 Mar 2024 19:55:52 -0500 Subject: [PATCH] Note repo move --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6941efd..2708f09 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This repository has [moved to GitHub](https://github.com/jgoguen/tmpl.vim/) + # tmpl.vim `tmpl.vim` provides autoloading new file templates for vim and Neovim. Templates @@ -39,12 +41,14 @@ call minpac#add('https://codeberg.org/jgoguen/tmpl.vim') Clone the repository to `pack/plugins/start`: For vim 8: + ```sh mkdir -p ~/.vim/pack/plugins/start git clone https://codeberg.org/jgoguen/tmpl.vim ~/.vim/pack/plugins/start/tmpl.vim ``` For Neovim: + ```sh mkdir -p "${XDG_DATA_HOME:-${HOME}/.local/share}/nvim/site/pack/plugins/start" git clone https://codeberg.org/jgoguen/tmpl.vim "${XDG_DATA_HOME:-${HOME}/.local/share}/nvim/site/pack/plugins/start" @@ -91,7 +95,7 @@ some specific reserved tag names: 5. `DIRNAME`: Always replaced with the name of the directory the file is in. 6. `BASENAME`: Always replaced with the name of the file without extensions. 7. `UPPERBASENAME`: Always replaced with the name of the file without extensions - in upper-case. + in upper-case. ### Template includes