|
||
---|---|---|
after | ||
colors | ||
pack/other/start | ||
.gitmodules | ||
README.md | ||
filetype.lua | ||
init.lua |
README.md
# dotfiles
cd $XDG_CONFIG_HOME/nvim
git init
git remote add origin gitea@git.kompot.si:urosm/vim.git
git pull
git checkout main -f
git submodule update --init --recursive
# add plugin
cd pack/other/start
git submodule add --depth 1 <url>
# update plugins
git submodule update --recursive --init --remote
# remove plugin
git rm <path>
git commit <path>
# completely remove plugin
rm -rf .git/modules/<path>