An open API service indexing awesome lists of open source software.

https://github.com/rzikm/vimfiles

My .vimrc configuration
https://github.com/rzikm/vimfiles

Last synced: 2 months ago
JSON representation

My .vimrc configuration

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 '\\','\\\\' })"