From 01ced0b7ce47d279789efb2dc70d1cd009ac56ad Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Oct 2021 22:20:41 +0100 Subject: initial commit --- config/vim/vimrc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/vim/vimrc (limited to 'config/vim/vimrc') diff --git a/config/vim/vimrc b/config/vim/vimrc new file mode 100644 index 0000000..bddd690 --- /dev/null +++ b/config/vim/vimrc @@ -0,0 +1,34 @@ +set viminfo+=n~/.config/vim/viminfo +set runtimepath+=~/.config/vim,~/.config/vim/after +set autoindent +set wrap +set linebreak +set mouse=a +set autowrite + +set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab + +set nocompatible + +set spelllang=en_gb + +set number relativenumber + +syntax on + +nnoremap :nohl + +inoremap { {}ha +inoremap [ []ha +inoremap " ""ha +inoremap ( ()ha + +inoremap + +inoremap +inoremap + +nnoremap +nnoremap +nnoremap +nnoremap -- cgit v1.2.1