https://github.com/gryf/.vim
My Vim configuration
https://github.com/gryf/.vim
dotfiles vim
Last synced: 3 days ago
JSON representation
My Vim configuration
- Host: GitHub
- URL: https://github.com/gryf/.vim
- Owner: gryf
- Created: 2016-02-14T17:29:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T17:30:01.000Z (20 days ago)
- Last Synced: 2025-04-18T07:56:05.863Z (20 days ago)
- Topics: dotfiles, vim
- Language: Vim Script
- Size: 4.79 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
vim config
==========This repository contains my Vim config just for convenience in making the copy
of it.It uses `vim-plug`_ plugin manager, so after cloning, just open vim, and it
will automatically install all the plugins.It should be cloned as is into `$HOME`` directory, i.e:
.. code:: console
cd $HOME
git clone https://github.com/gryf/.vimor in ``$XDG_COFIG_HOME`` directory, which usually is set to ``$HOME/.config``:
.. code:: console
git clone https://github.com/gryf/.vim ~/.config/vim
.. _vim-plug: https://github.com/junegunn/vim-plug