.s/.vimrc

27 lines
337 B
VimL
Raw Normal View History

set nocompatible
2022-10-26 00:13:43 -04:00
syntax on
set modelines=0
set number
set encoding=utf-8
set wrap
2022-10-26 00:13:43 -04:00
set tabstop=2
set shiftwidth=2
set softtabstop=2
set autoindent
set copyindent
2022-10-26 00:13:43 -04:00
set expandtab
set noshiftround
2022-10-26 00:13:43 -04:00
set hlsearch
set incsearch
set showmatch
set smartcase
2022-10-26 00:13:43 -04:00
set hidden
set ttyfast
2022-10-26 00:13:43 -04:00
set laststatus=2
set background=dark
set number relativenumber