Skip to content

Commit bb5bc25

Browse files
committed
fix
1 parent ab8d546 commit bb5bc25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vimrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ endfunction
135135

136136
function! s:PlugEdit_BetterWhitespace () abort
137137

138-
" ## https://github.com/Ntpeters/vim-better-whitespace
139-
Plug 'Ntpeters/vim-better-whitespace'
138+
" ## https://github.com/ntpeters/vim-better-whitespace
139+
Plug 'ntpeters/vim-better-whitespace'
140140

141141
endfunction
142142

@@ -156,7 +156,7 @@ function! s:ConfEdit_BetterWhitespace () abort
156156
let g:strip_whitespace_confirm=0
157157
let g:better_whitespace_ctermcolor='132'
158158
"let g:better_whitespace_ctermcolor='222'
159-
"https://github.com/Ntpeters/vim-better-whitespace
159+
"https://github.com/ntpeters/vim-better-whitespace
160160
"https://github.com/morhetz/gruvbox
161161

162162
endfunction

0 commit comments

Comments
 (0)