https://github.com/rzikm/vimfiles
My .vimrc configuration
https://github.com/rzikm/vimfiles
Last synced: 2 months ago
JSON representation
My .vimrc configuration
- Host: GitHub
- URL: https://github.com/rzikm/vimfiles
- Owner: rzikm
- Created: 2019-03-08T09:01:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T16:16:15.000Z (over 5 years ago)
- Last Synced: 2025-01-31T10:13:09.467Z (4 months ago)
- Language: Vim script
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My vim settings
Clone this repository to ~/.vim on Linux or ~/vimfiles on Windows, remove any existing file in# setup with git on Windows:
Run in powershell (vim must be in path), this sets git to use the globally installed vim, which
is more likely to work with the vimrc (Default vim that comes with git does not have Python3).git config --global core.editor "$(Get-Command vim | % { $_.Source -replace '\\','\\\\' })"