garybernhardt / dotfiles

My vim, bash, emacs, etc. configurations. These have grown over many years, so they may not make sense in places. ;)

commit 161: 9c7c9a59558e
parent 160: d4366409c2e2
branch: default
Commented out complexity script in vim
Gary Bernhardt
3 months ago

Changed (Δ2 bytes):

raw changeset »

.vimrc (1 lines added, 1 lines removed)

Up to file-list .vimrc:

@@ -340,7 +340,7 @@ set number
340
340
set numberwidth=5
341
341
342
342
if has("gui_running")
343
    source ~/proj/vim-complexity/repo/complexity.vim
343
    " source ~/proj/vim-complexity/repo/complexity.vim
344
344
endif
345
345
346
346
" Seriously, guys. It's not like :W is bound to anything anyway.