.s/.vimrc
elizabeth.hunt@simponic.xyz c2037fad9f add dark mode (#1)
Reviewed-on: #1
Co-authored-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz>
Co-committed-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz>
2024-01-15 21:05:35 -05:00

27 lines
337 B
VimL

set nocompatible
syntax on
set modelines=0
set number
set encoding=utf-8
set wrap
set tabstop=2
set shiftwidth=2
set softtabstop=2
set autoindent
set copyindent
set expandtab
set noshiftround
set hlsearch
set incsearch
set showmatch
set smartcase
set hidden
set ttyfast
set laststatus=2
set background=dark
set number relativenumber