aboutsummaryrefslogtreecommitdiff
path: root/nvim/.config/nvim/init.vim
blob: 69f80eb623922c5ae3e81fe4a0c052d034f0c9e4 (plain)
1
2
3
4
5
6
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab

set nu