Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-col/vim-misc
My vim configuration
https://github.com/m-col/vim-misc
Last synced: 28 days ago
JSON representation
My vim configuration
- Host: GitHub
- URL: https://github.com/m-col/vim-misc
- Owner: m-col
- Created: 2023-03-05T01:57:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T18:23:36.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:39:56.963Z (6 months ago)
- Language: Vim Script
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To install:
git clone https://github.com/m-col/vim-misc ~/.vim/pack/vim-misc
mv $HOME/.tmux.conf $HOME/.tmux.conf.backup
echo "source ~/.vim/pack/vim-misc/tmux.conf" > ~/.tmux.conf
mkdir -p $HOME/.vim/{backups,sessions,swap,undo,spell}
git -C ~/.vim/pack/vim-misc submodule init
git -C ~/.vim/pack/vim-misc submodule update --remoteTo update git submodule plugins:
git -C ~/.vim/pack/vim-misc submodule update --remote
To add a new git-backed plugin:
git submodule add start/
To remove a plugin:
git rm start/