summaryrefslogtreecommitdiff
path: root/.vim/options.vim
blob: 7be00bd646c46b8c37619ce80dadba7fff2ec3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set number
set relativenumber

filetype plugin indent on
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
set smartindent
set encoding=utf8
set termencoding=utf8
set guifont=Iosevka\ Nerd\ Font\ Propo

set backspace=indent,eol,start

syntax on