From 31dba6714cbc85889ad693cb3c7df2da96495bf6 Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 26 Feb 2023 00:35:38 +0100 Subject: [PATCH] renamed src/ to .vim/ --- {src => .vim}/ftdetect/ib.vim | 0 {src => .vim}/syntax/ib.vim | 0 README.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {src => .vim}/ftdetect/ib.vim (100%) rename {src => .vim}/syntax/ib.vim (100%) diff --git a/src/ftdetect/ib.vim b/.vim/ftdetect/ib.vim similarity index 100% rename from src/ftdetect/ib.vim rename to .vim/ftdetect/ib.vim diff --git a/src/syntax/ib.vim b/.vim/syntax/ib.vim similarity index 100% rename from src/syntax/ib.vim rename to .vim/syntax/ib.vim diff --git a/README.md b/README.md index a910888..b399a3c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Highlighting scripts for imageboard text. # Installation -Drop the files from src/ to your .Vim/. +Drop the files from .vim/ to your .vim/.