Skip to content

testpress/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Testpress Vim Configuration

This repository provides custom Vim configurations for an enhanced development experience. It builds upon amix/vimrc and includes additional settings tailored for Testpress.

Installation

Follow these steps to set up your Vim environment with the custom configurations:

1. Clone amix/vimrc

git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime

2. Install the "Awesome" version of Vimrc

sh ~/.vim_runtime/install_awesome_vimrc.sh

3. Download the custom Vim configurations

curl -o ~/.vim_runtime/my_configs.vim https://raw.githubusercontent.com/testpress/vimrc/refs/heads/main/my_configs.vim

Custom Configurations

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.

Updating the Custom Configurations

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

Uninstallation

If you want to remove the configuration, simply delete the .vim_runtime directory:

rm -rf ~/.vim_runtime

Contribution

Feel free to submit issues or pull requests to improve this configuration.

License

This repository follows the same licensing terms as amix/vimrc.

Releases

No releases published

Packages

No packages published