Skip to content

Instantly share code, notes, and snippets.

@podanypepa
Created February 18, 2021 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save podanypepa/36705c122c1dd2980f6a65fc742d7dc9 to your computer and use it in GitHub Desktop.
Save podanypepa/36705c122c1dd2980f6a65fc742d7dc9 to your computer and use it in GitHub Desktop.
set exrc
set relativenumber
set nu
set nohlsearch
set hidden
set noerrorbells
set nowrap
set smartcase
set tabstop=5 softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set noswapfile
set nobackup
set undodir=~/.vim/undodir
set undofile
set incsearch
set scrolloff=8
set noshowmode
set signcolumn=auto
set completeopt=menuone,noinsert,noselect
set cmdheight=2
set updatetime=50
set colorcolumn=80
set shortmess+=c
call plug#begin(stdpath('data') . '/plugged')
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment