From e65597837ec3057989f6bc67d90e5c10d4f3d14e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Fri, 31 Jan 2025 20:49:48 +0100 Subject: feat: removing install.sh and using /home/oxbian/.config/vim as default config dir --- conf/options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/options.vim') diff --git a/conf/options.vim b/conf/options.vim index 8e84a25..c4e131c 100644 --- a/conf/options.vim +++ b/conf/options.vim @@ -9,8 +9,8 @@ syntax on " Show syntax color set number " Show line number colorscheme onedark " Set vim theme to onedark set colorcolumn=80 " Add an indicator for 80 char limit -set textwidth=80 " Set max text width -autocmd BufNewFile,BufRead * setlocal formatoptions=cropt " Linebreak at 80 char +"set textwidth=80 " Set max text width +"autocmd BufNewFile,BufRead * setlocal formatoptions=cropt " Linebreak at 80 char set relativenumber " Show relative line number set cursorline " Select the current line set showmatch " Show matching brackets when hovered -- cgit v1.2.3