From 9c6b9c63606aeace7bd71f34469e6d2b90356efa Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 23 Apr 2023 16:17:10 +0200 Subject: added more options --- config/old/vim/.vimrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'config/old') diff --git a/config/old/vim/.vimrc b/config/old/vim/.vimrc index 768cff3..85a9021 100644 --- a/config/old/vim/.vimrc +++ b/config/old/vim/.vimrc @@ -33,7 +33,6 @@ set updatetime=100 set tabstop=4 shiftwidth=4 " Turn tab to spaces set backspace=2 backspace=indent,eol,start " Turn backspaces into tabspaces -set incsearch " Incremental search set clipboard=unnamed " Use system primary clipboard set number " Set (absolute) line numbers @@ -45,10 +44,21 @@ set cursorline " Highlight line at cursor set ruler " Show cursor and progress in file set wildmenu " Show command options (autocomplete) +set hlsearch +set incsearch +set smartcase ignorecase +set path += ** + +set scrolloff=8 +set smartindent + set mouse= "nomouse set encoding=utf-8 " Set encoding set history=200 " Keep a lot more command history +set noswapfile nobackup +set formatoptions = "cqrnj" + """"""""""""COLORSCHEME""""""""""""""""""""""" colo nord hi! Normal ctermbg=NONE guibg=NONE -- cgit v1.2.3