This repository contains a basic configuration for (n)vim.
git clone https://github.com/GhostActive/vimrc.gitFor vim
cp vimrc/vimrc ~/.vimrcFor neovim
cp vimrc/vimrc ~/.config/nvim/init.vimNotes
- To define a color scheme uncomment the line
colorscheme NAMEand replace the placeholderNAMEwith 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.