From 34040995e51e415fc985dd24719afb68a4db2cc8 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 2 Jan 2025 18:34:38 +0400 Subject: typo --- config/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vim') diff --git a/config/vim/vimrc b/config/vim/vimrc index 54f6297..c67109f 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -6,7 +6,7 @@ set number set scrolloff=5 " Smooth scroll set clipboard=unnamedplus " Use system clipboard set shortmess+=I " Deactivate intro text -set fillchars=eob:\ " Remove "~" for empty lines (must end wit trailing a space) +set fillchars=eob:\ " Remove "~" for empty lines (must end with trailing a space) :set nowrap " Disable wrapping autocmd BufwritePost * %s/\s\+$//e " Remove useless trailing spaces when saving autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o " Disable autocomments -- cgit v1.2.3