Skip to content

saltmade/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

nvim

Nvim set up from scratch, one commit at a time

I created this repo because I was tired of not knowing how my vimrc worked. Now every line is documented with a choice.

Common Settings I Left Out

  • nobackup, nowritebackup, noswapfile :: backups for files covers the limitations of autowrite. I've yet to have a problem with swapfiles building up.

On by Default (in Neovim at least)

  • ruler
  • showcmd
  • incsearch
  • laststatus=2

About

Nvim set up from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages