1
0
Fork 0
neovim dotfiles
Go to file
urosm 7a1469be25 update `README.md` 2023-10-08 21:20:35 +02:00
after add `sh` ft config 2023-10-08 21:20:24 +02:00
colors update `basic` colorscheme 2023-10-08 21:10:21 +02:00
pack/other/start add `mini.files` plugin and config 2023-10-08 21:20:21 +02:00
.gitmodules add `mini.files` plugin and config 2023-10-08 21:20:21 +02:00
README.md update `README.md` 2023-10-08 21:20:35 +02:00
filetype.lua add `filetype.lua` 2023-10-08 21:20:24 +02:00
init.lua update `init.lua` 2023-10-08 21:20:24 +02:00

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>