From 667cddc9de51226f28d5914851f1b3c1c78b2573 Mon Sep 17 00:00:00 2001 From: Michael Utz Date: Tue, 15 Nov 2022 14:38:04 +0300 Subject: [PATCH] Set spec init --- specs/init.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 specs/init.vim diff --git a/specs/init.vim b/specs/init.vim new file mode 100644 index 0000000..7547e39 --- /dev/null +++ b/specs/init.vim @@ -0,0 +1,3 @@ +set rtp+=. +set rtp+=../plenary.nvim +runtime! plugin/plenary.vim