This repository provides custom Vim configurations for an enhanced development experience. It builds upon amix/vimrc and includes additional settings tailored for Testpress.
Follow these steps to set up your Vim environment with the custom configurations:
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
curl -o ~/.vim_runtime/my_configs.vim https://raw.githubusercontent.com/testpress/vimrc/refs/heads/main/my_configs.vim
The my_configs.vim
file includes additional configurations and custom key mappings tailored for Testpress development. After downloading, Vim will automatically source this file alongside the existing vimrc settings.
If you make changes to the my_configs.vim
file and push them to the repository, you can update your local setup by re-running:
curl -o ~/.vim_runtime/my_configs.vim https://raw.githubusercontent.com/testpress/vimrc/refs/heads/main/my_configs.vim
If you want to remove the configuration, simply delete the .vim_runtime
directory:
rm -rf ~/.vim_runtime
Feel free to submit issues or pull requests to improve this configuration.
This repository follows the same licensing terms as amix/vimrc.