https://github.com/elhmn/vimconfig
my vim config
https://github.com/elhmn/vimconfig
Last synced: 6 months ago
JSON representation
my vim config
- Host: GitHub
- URL: https://github.com/elhmn/vimconfig
- Owner: elhmn
- Created: 2016-10-25T18:14:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T09:18:39.000Z (over 1 year ago)
- Last Synced: 2025-02-05T10:22:16.028Z (8 months ago)
- Language: Vim Script
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Basic vim config
#### Installation ####
clone the repository
```
git clone repo_link local_repo_name
```Add to your ~/.vimrc the folowing line
```
source local_repo_path/.vimrc
```If you have no existing ~/.vimrc in your home
simply copy local_repo_path/.vimrc to your home directory
```
cp local_repo_path/.vimrc ~/
```Then create a copy local_repo_path/.{vim, vimsrcs} to your hoeme directory
```
cp local_repo_path/.{vim, vimsrcs} ~/
```Or create a symlink
```
ln -s local_repo_path/.{vimrc, vim, vimsrcs} ~/
```Instal completion plugins :
- stern for js (make js)
- copy .stern-project to your home directory