commit 1ef159f2ec3589f23742a685bca6f424baf44632
parent 5130c1b5f838b1855481d0c49f091c749a250272
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Fri, 24 Apr 2020 22:19:27 +0200

Deleted commented lines on .vimrc

Diffstat:
Mdot_config/nvim/init.vim | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/dot_config/nvim/init.vim b/dot_config/nvim/init.vim @@ -118,18 +118,7 @@ endif " status line {{{ -" set up status line -" function! GitBranch() -" let l:branchname = system("cd '".expand('%:p:h')."' && git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'") -" return strlen(l:branchname) > 0?' '.l:branchname.' ':'' -" endfunction - -" let gitbranch={} -" autocmd BufRead,BufNewFile,FileReadPre * let gitbranch[expand('%:p')]=GitBranch() - set statusline= -" set statusline+=%#PmenuSel# -" set statusline+=%{gitbranch[expand('%:p')]} set statusline+=%#PmenuSbar# set statusline+=%F set statusline+=%m\