1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/home/vimrc

19 lines
195 B
VimL
Raw Permalink Normal View History

2023-04-13 10:17:05 +02:00
" Numbers
set number
set relativenumber
" Indentation
filetype indent on
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
" Syntax
filetype plugin on
syntax on
" Mouse
set mouse=a