From 7b9b03f24ee1a2ddf035ea123a495aa8541f373e Mon Sep 17 00:00:00 2001 From: Takayuki Kamiyama Date: Sun, 15 Dec 2024 14:46:56 +0900 Subject: [PATCH] Update. --- lua/runtimepath.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lua/runtimepath.lua b/lua/runtimepath.lua index 7bb19b2..353fd36 100644 --- a/lua/runtimepath.lua +++ b/lua/runtimepath.lua @@ -1,6 +1,8 @@ --- runtimepath +-- set runtimepath prototype project vim.cmd [[ - set runtimepath+=~/defx-icons-ver.takkii - set runtimepath+=~/ddc_vim + " use Defx custom project + " set runtimepath+=~/defx-icons-ver.takkii + " other neovim project + " set runtimepath+=~/ ]]