Skip to content

ervinpm/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My VIM / NeoVim Settings

My default vim settings

Installation

  1. Install Vim Plug first
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Copy .vimrc file to your home directory
  2. Create undo folder
mkdir ~/.vim/undodir

NeoVim Installation

  1. Clone the repository
git clone https://github.com/ervinpm/vim-settings.git
  1. Copy neovim folder to .config/nvim
cp -r vim-settings/nvim ~/.config
  1. Create the undo folder
mkdir ~/.config/nvim/undodir
  1. Install xclip to enable copy and pasting from system
sudo pacman -Syu xclip

About

Common Vim settings for software development

Resources

Stars

Watchers

Forks

Packages

No packages published