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+=~/ ]]