Skip to content

Instantly share code, notes, and snippets.

@hallavad
Last active October 17, 2019 21:08
Show Gist options
  • Save hallavad/aca0ef1a25d334d1bcbd7f2c949aac84 to your computer and use it in GitHub Desktop.
Save hallavad/aca0ef1a25d334d1bcbd7f2c949aac84 to your computer and use it in GitHub Desktop.
general vim config
" -----------------------
" General native settings
" -----------------------
set relativenumber
set number
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
set shiftround
set mouse=a
set so=5
set list
set undofile
set undodir=~/.config/nvim/undo
set backup
set backupdir=~/.config/nvim/backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment