From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.vimrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 common/.vimrc (limited to 'common/.vimrc') diff --git a/common/.vimrc b/common/.vimrc new file mode 100644 index 0000000..ac10642 --- /dev/null +++ b/common/.vimrc @@ -0,0 +1,17 @@ +set number relativenumber +set noswapfile +set ruler +set showmode +"set cursorline +set incsearch +set ignorecase +set smartcase +set nowrap +set expandtab +syntax on +filetype plugin on +set nocompatible +set backspace=indent,eol,start +set laststatus=2 +colorscheme elflord +set shortmess+=I -- cgit v1.2.3