Skip to content

A launch point for your personal vim configuration (Vimscript version of https://github.com/nvim-lua/kickstart.nvim)

License

Notifications You must be signed in to change notification settings

Gertm/kickstart.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kickstart.vim

kickstart-vim-screenshot

Introduction

Kickstart.vim is a Vimscript version of Kickstart.nvim. Like Kickstart.nvim, Kickstart.vim strives to be:

A starting point for Neovim Vim that is:

  • Small
  • Single-file (with examples of moving to multi-file)
  • Documented
  • Modular

Installation

Note

I highly recommend you to fork this repo so that you can manage your own configuration

Option #1: Manually copying and pasting the contents of the .vimrc

Option #2: Creating a symbolic link

This is an easy way to manage your Vimrc with Git as well as other configuration files.

  1. Backup your existing .vimrc (e.g., mv ~/.vimrc ~/.old-vimrc.bak)
  2. clone the repository in your home directory
    git clone https://github.com/Gertm/kickstart.vim.git ~/src/kickstart.vim
  3. Create a symbolic link between ~/src/kickstart.vim/.vimrc and ~/.vimrc
    ln -sf ~/src/kickstart.vim/.vimrc ~/.vimrc
  4. Now whenever you open ~/.vimrc, you are opening ~/kickstart.vim/.vimrc. Since kickstart.vim is a Git repository, you can easily manage changes you made to your .vimrc across multiple devices.

Post Installation

Run the following command and launch Vim again, and you are ready to go!

vim +PlugInstall +qa

Changes from Kickstart.nvim

kickstart.vim:

About

A launch point for your personal vim configuration (Vimscript version of https://github.com/nvim-lua/kickstart.nvim)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%