https://github.com/sergeyklay/.vim
My personal configuration for Vim
https://github.com/sergeyklay/.vim
vim vim-configs vim-configuration vimrc
Last synced: 10 months ago
JSON representation
My personal configuration for Vim
- Host: GitHub
- URL: https://github.com/sergeyklay/.vim
- Owner: sergeyklay
- License: gpl-3.0
- Created: 2021-01-28T21:02:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T22:28:28.000Z (over 2 years ago)
- Last Synced: 2025-02-03T06:37:53.616Z (11 months ago)
- Topics: vim, vim-configs, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serghei's Vim Configuration
This repository contains my personal configuration for Vim that I use on
the daily and port around from system to system with me. This is the second
repository I clone — after [my dotfiles](https://github.com/sergeyklay/dotfiles)
— when settling in on a new system.
This configuration uses default-style keybindings and known to work with Vim
7.4 and later. It's intended to work on a Linux box or on a macOS with a
Vim compiled with `+ruby` and `+python`, though it should load just fine even
otherwise, only with less features.
## How to try it out
You'll need to place this project at the proper place:
```shell
git clone git@github.com:sergeyklay/.vim.git ~/.vim
```
Next, install plugins. Open vim and run command `:PlugInstall`.
## License
This project is open source software licensed under the GNU General Public
Licence version 3.