diff options
author | Oxbian <oxbian@mailbox.org> | 2025-09-07 10:27:25 +0200 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-09-07 10:27:25 +0200 |
commit | a92789e8707d2a077bc6d3fedfcdf377bc6ceba1 (patch) | |
tree | 04c01305c62f8e3c353beb5e62da08845d3df230 /conf/options.vim | |
parent | 08dcec61aef0fed78b6d94ff97faeb1312d862e7 (diff) | |
download | vimrc-a92789e8707d2a077bc6d3fedfcdf377bc6ceba1.tar.gz vimrc-a92789e8707d2a077bc6d3fedfcdf377bc6ceba1.zip |
feat: vim install script + theme update
Diffstat (limited to 'conf/options.vim')
-rw-r--r-- | conf/options.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/options.vim b/conf/options.vim index f36ac55..07774de 100644 --- a/conf/options.vim +++ b/conf/options.vim @@ -7,7 +7,9 @@ set hlsearch " Highlight all match search pattern " Graphics options syntax on " Show syntax color set number " Show line number -colorscheme onedark " Set vim theme to onedark +colorscheme everforest " Set vim theme to everforest +set termguicolors +set background=light 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 |