Skip to content

mliszcz/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

Configuration for Vim and Neovim.

Installation

  1. Clone the repository into ~/.vim for use with Vim
  2. Change directory to the just cloned repository
  3. Make a symlink for use with Neovim:
    ln -s $PWD ~/.config/nvim
    
  4. Pull the plugins:
    git submodule update --init --recursive --recommend-shallow
    
  5. If not provided by the distribution, install these plugins manually:
    wget -P plugin https://github.com/junegunn/fzf/master/plugin/fzf.vim
    

Updating

To update all submodules to the latest versions, run:

git submodule update --init --recommend-shallow --remote --single-branch

About

my vim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published