Skip to content

GhostActive/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vimrc

This repository contains a basic configuration for (n)vim.

Installation

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 placeholder NAME 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.

About

Basic configuration for (n)vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published