home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs | LICENSE
commit f4038759d7fdcc7e0910241c8fac6d31b7b1fc9f
parent 7bc10b69448f2fddd64f0074a0978e93d25b450d
Author: Pollux <pollux@pollux.codes>
Date:   Wed, 28 May 2025 12:59:13 -0500

vim: set cc

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
M.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -66,6 +66,7 @@ endfunction autocmd VimEnter * call OnStart() """ Settings +set cc=80 set incsearch set number set relativenumber