This repository contains a basic configuration for (n)vim.
git clone https://github.com/GhostActive/vimrc.git
For vim
cp vimrc/vimrc ~/.vimrc
For neovim
cp vimrc/vimrc ~/.config/nvim/init.vim
Notes
- To define a color scheme uncomment the line
colorscheme NAME
and replace the placeholderNAME
with a concrete colorscheme's name (e.g. see https://vimcolorschemes.com/) - If you want to use the clipboard instead of vim's buffer concept for copying, pasting, deleting, ... content, then uncomment the lines beginning with
noremap
.